diff --git a/buildroot-external/scripts/rootfs_layer.sh b/buildroot-external/scripts/rootfs_layer.sh new file mode 100644 index 000000000..aeb1d03a0 --- /dev/null +++ b/buildroot-external/scripts/rootfs_layer.sh @@ -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 +}