mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
rand_check_poweroff.sh + random stuff
This commit is contained in:
3
run
3
run
@@ -4,7 +4,6 @@ set -e
|
||||
|
||||
# CLI handling.
|
||||
arch=x86_64
|
||||
debug=false
|
||||
debug_qemu=''
|
||||
kgdb=false
|
||||
nographic=false
|
||||
@@ -20,14 +19,12 @@ while getopts a:de:knqt:x OPT; do
|
||||
arch="$OPTARG"
|
||||
;;
|
||||
d)
|
||||
debug=true
|
||||
extra_flags="$extra_flags -S -s"
|
||||
;;
|
||||
e)
|
||||
extra_append="$extra_append $OPTARG"
|
||||
;;
|
||||
k)
|
||||
debug=true
|
||||
extra_append="$extra_append kgdbwait"
|
||||
# For those who want to try KDB.
|
||||
#extra_append="$extra_append kgdbwait kgdboc=kbd"
|
||||
|
||||
Reference in New Issue
Block a user