Skip to content

Commit 9d1d906

Browse files
committed
Add sysrq
1 parent 2092032 commit 9d1d906

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
set -e
3+
4+
5+
echo "Enabling sysrq..."
6+
echo 'kernel.sysrq = 1' > /etc/sysctl.d/99-sysrq.conf
7+

0 commit comments

Comments
 (0)