boot/grub: add rootwait to default config
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 10 Mar 2016 20:46:27 +0000 (17:46 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
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 <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
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