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
}