Create rootfs_layer.sh
This commit is contained in:
8
buildroot-external/scripts/rootfs_layer.sh
Normal file
8
buildroot-external/scripts/rootfs_layer.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
function fix_rootfs() {
|
||||
|
||||
# Cleanup DHCP service, we don't need this with NetworkManager
|
||||
rm -rf ${TARGET_DIR}/etc/systemd/system/multi-user.target.wants/dhcpcd.service
|
||||
rm -rf ${TARGET_DIR}/usr/lib/systemd/system/dhcpcd.service
|
||||
}
|
||||
Reference in New Issue
Block a user