summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--boot/grub2/grub.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/grub2/grub.cfg b/boot/grub2/grub.cfg
index c8abbd3447..bd3e3f0006 100644
--- a/boot/grub2/grub.cfg
+++ b/boot/grub2/grub.cfg
@@ -2,5 +2,5 @@ set default="0"
set timeout="5"
menuentry "Buildroot" {
- linux /boot/bzImage root=/dev/sda1 console=tty1
+ linux /boot/bzImage root=/dev/sda1 rootwait console=tty1
}
OpenPOWER on IntegriCloud