Remove 98-rpi.conf (now handled by raspberrypi-sys-mods)
This commit is contained in:
parent
a07b9c5c4e
commit
ea205dc387
2 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
kernel.printk = 3 4 1 3
|
||||
vm.swappiness=1
|
||||
vm.min_free_kbytes = 8192
|
Loading…
Reference in a new issue