From 5fb3202a173f350d20ba6d77736f44b84b2e0c16 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 13 Sep 2013 19:06:01 +0200 Subject: Enable sysrq by default as suggested by Enrico Tagliavini. --- Makefile.am | 2 ++ sysctl.d/60-gentoo.conf | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 sysctl.d/60-gentoo.conf diff --git a/Makefile.am b/Makefile.am index 778f8f8..5eac9e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,8 @@ DISTCHECK_CONFIGURE_FLAGS = \ --with-systemdsystemunitdir=\$${libdir}/systemd/system \ --with-systemdsystemgeneratordir=\$${libdir}/systemd/system-generators +dist_sysctl_DATA = \ + sysctl.d/60-gentoo.conf dist_tmpfiles_DATA = \ tmpfiles.d/gentoo-run.conf dist_systemdsystemunit_DATA = \ diff --git a/sysctl.d/60-gentoo.conf b/sysctl.d/60-gentoo.conf new file mode 100644 index 0000000..d57be5f --- /dev/null +++ b/sysctl.d/60-gentoo.conf @@ -0,0 +1,2 @@ +# Allow all sysrq by Gentoo default. +kernel.sysrq = 1 -- cgit v1.2.3-65-gdbad