challenge: introduce new kernel panic for more recent kernel
This commit is contained in:
parent
0d30cba4fc
commit
7e6980f952
2 changed files with 16 additions and 18 deletions
|
@ -40,7 +40,7 @@ done
|
|||
|
||||
# Randomize time at boot
|
||||
/bin/date -s 19$((70 + $RANDOM % 30))0$((1 + $RANDOM % 9))0$((1 + $RANDOM % 9))0$((1 + $RANDOM % 9)).0$((1 + $RANDOM % 9))01 > /dev/null
|
||||
/sbin/sysctl -w kernel.panic_on_oops=1 > /dev/null
|
||||
/sbin/sysctl -w kernel.panic_on_warn=1 > /dev/null
|
||||
/sbin/sysctl -w net.ipv4.ip_default_ttl=4 > /dev/null
|
||||
|
||||
# Launch some daemons
|
||||
|
|
Reference in a new issue