[Buildroot] [PATCH] boot/grub: add rootwait to default config

Gustavo Zacarias gustavo at zacarias.com.ar
Thu Mar 10 20:46:27 UTC 2016


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 at zacarias.com.ar>
---
 boot/grub/menu.lst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boot/grub/menu.lst b/boot/grub/menu.lst
index a231f7e..9f14da7 100644
--- a/boot/grub/menu.lst
+++ b/boot/grub/menu.lst
@@ -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
-- 
2.4.10



More information about the buildroot mailing list