1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-04-28 12:44:04 +01:00
Files
operating-system/buildroot-external/scripts/rootfs_layer.sh
2018-04-02 22:51:38 +02:00

9 lines
253 B
Bash

#!/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
}