aboutsummaryrefslogtreecommitdiffstats
path: root/stage2
diff options
context:
space:
mode:
authorSerge Schneider <[email protected]>2016-09-15 15:23:29 +1000
committerSerge Schneider <[email protected]>2016-09-15 15:30:44 +1000
commitea205dc387bf5a6e4a3505701876d4dca382fe51 (patch)
treee2ee95f9554028093acf741a7a20f04847939c84 /stage2
parenta07b9c5c4e2170c4dbe2ace7fa3189c757ebe21f (diff)
Remove 98-rpi.conf (now handled by raspberrypi-sys-mods)
Diffstat (limited to 'stage2')
-rwxr-xr-xstage2/01-sys-tweaks/01-run.sh1
-rw-r--r--stage2/01-sys-tweaks/files/98-rpi.conf3
2 files changed, 0 insertions, 4 deletions
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 - <<EOF
diff --git a/stage2/01-sys-tweaks/files/98-rpi.conf b/stage2/01-sys-tweaks/files/98-rpi.conf
deleted file mode 100644
index 8e658e8..0000000
--- a/stage2/01-sys-tweaks/files/98-rpi.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-kernel.printk = 3 4 1 3
-vm.swappiness=1
-vm.min_free_kbytes = 8192