diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-05-04 00:10:26 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-05-04 00:10:26 +0000 |
commit | 7bb2006007c1996f33758e41db070252d4d3607f (patch) | |
tree | 3dc03d4f6a8867742961a3dea9ecc96c52d00a10 /layout/rootfs/etc/sysctl.conf | |
parent | 1202c964c4e91083a3c60b41b9c11e220bfa759d (diff) | |
download | lh-bootstrap-7bb2006007c1996f33758e41db070252d4d3607f.tar.xz |
Make a lean and mean version, as a basis for filling an initramfs
Diffstat (limited to 'layout/rootfs/etc/sysctl.conf')
-rw-r--r-- | layout/rootfs/etc/sysctl.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/rootfs/etc/sysctl.conf b/layout/rootfs/etc/sysctl.conf index 3612602..c8274d0 100644 --- a/layout/rootfs/etc/sysctl.conf +++ b/layout/rootfs/etc/sysctl.conf @@ -1,6 +1,6 @@ kernel/modprobe /bin/modprobe kernel/panic 60 kernel/panic_on_oops 1 -kernel/poweroff_cmd /command/s6-poweroff +kernel/poweroff_cmd /bin/poweroff vm/overcommit_memory 2 vm/overcommit_ratio 100 |