summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-12-28 23:04:42 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-12-28 23:04:42 +0100
commitdf65d67520d9dc6d7947534fba3b4997b3c74afd (patch)
treec983e83aa5d1c2918a2153df65061c8cee6e41ef /scripts
parentb191e13ab9514359f826757617134005ab880c35 (diff)
generic config finetuning
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install.sh2
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 '}'