diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-28 23:04:42 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-28 23:04:42 +0100 |
commit | df65d67520d9dc6d7947534fba3b4997b3c74afd (patch) | |
tree | c983e83aa5d1c2918a2153df65061c8cee6e41ef /scripts | |
parent | b191e13ab9514359f826757617134005ab880c35 (diff) |
generic config finetuning
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install.sh b/scripts/install.sh index 7e3245c31..afa74b0cc 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -687,7 +687,7 @@ if (( grub )); then fi print print 'menuentry "GNU/Linux (OpenADK)" {' - linuxargs="root=PARTUUID=$partuuid $consargs" + linuxargs="root=PARTUUID=$partuuid $consargs rootwait" (( panicreboot )) && linuxargs="$linuxargs panic=$panicreboot" print "\tlinux /boot/kernel $linuxargs" print '}' |