rand_check_poweroff.sh + random stuff

This commit is contained in:
Ciro Santilli
2018-02-08 06:33:44 +00:00
parent c052a83205
commit c771b40913
3 changed files with 21 additions and 4 deletions

3
run
View File

@@ -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"