]> Git Repo - buildroot-mgba.git/commitdiff
boot/grub: add rootwait to default config
authorGustavo Zacarias <[email protected]>
Thu, 10 Mar 2016 20:46:27 +0000 (17:46 -0300)
committerPeter Korsgaard <[email protected]>
Thu, 10 Mar 2016 21:29:36 +0000 (22:29 +0100)
It doesn't hurt, and is useful for removable boot media like a pendrive
that may depend on usb enumeration and isn't available immediately.

Signed-off-by: Gustavo Zacarias <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
boot/grub/menu.lst

index a231f7eaa51b7c918f871fa3e4cb045fc7de3520..9f14da7dddaf1a1b3a42fc585da04bfeb5ca6a45 100644 (file)
@@ -13,4 +13,4 @@ background    cccccc
 
 title Buildroot
        root (hd0,0)
-       kernel /boot/bzImage rw root=/dev/sda1
+       kernel /boot/bzImage rw root=/dev/sda1 rootwait
This page took 0.058533 seconds and 4 git commands to generate.