summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
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 '}'