From ea205dc387bf5a6e4a3505701876d4dca382fe51 Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Thu, 15 Sep 2016 15:23:29 +1000 Subject: [PATCH] Remove 98-rpi.conf (now handled by raspberrypi-sys-mods) --- stage2/01-sys-tweaks/01-run.sh | 1 - stage2/01-sys-tweaks/files/98-rpi.conf | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 stage2/01-sys-tweaks/files/98-rpi.conf diff --git a/stage2/01-sys-tweaks/01-run.sh b/stage2/01-sys-tweaks/01-run.sh index 2813047..515146f 100755 --- a/stage2/01-sys-tweaks/01-run.sh +++ b/stage2/01-sys-tweaks/01-run.sh @@ -8,7 +8,6 @@ install -d ${ROOTFS_DIR}/etc/systemd/system/rc-local.service.d install -m 644 files/ttyoutput.conf ${ROOTFS_DIR}/etc/systemd/system/rc-local.service.d/ install -m 644 files/50raspi ${ROOTFS_DIR}/etc/apt/apt.conf.d/ -install -m 644 files/98-rpi.conf ${ROOTFS_DIR}/etc/sysctl.d/ on_chroot sh -e - <