enable magic sysrq by default
This commit is contained in:
parent
8a209d0d1f
commit
4907183622
2 changed files with 5 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -2,8 +2,8 @@
|
|||
# Maintainer: Librewish <librewish@gmail.com>
|
||||
|
||||
pkgname=garuda-common-settings
|
||||
pkgver=2.5.4
|
||||
pkgrel=2
|
||||
pkgver=2.5.5
|
||||
pkgrel=1
|
||||
arch=('any')
|
||||
url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname"
|
||||
license=('GPL')
|
||||
|
|
|
@ -10,3 +10,6 @@ kernel.unprivileged_userns_clone=1
|
|||
|
||||
# To hide any kernel messages from the console
|
||||
kernel.printk = 3 3 3 3
|
||||
|
||||
# the key combination of Alt+SysRq+<b/e/f/s/u> will result in Magic SysRQ invocation
|
||||
kernel.sysrq=1
|
||||
|
|
Loading…
Reference in a new issue