mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Create rootfs_layer.sh
This commit is contained in:
parent
651b17ed8f
commit
8e9a7041a4
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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user