From: Gustavo Zacarias Date: Thu, 10 Mar 2016 20:46:27 +0000 (-0300) Subject: boot/grub: add rootwait to default config X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=929d91edee72e1c5d433563caa1e883c3ae3bfbf;p=buildroot.git boot/grub: add rootwait to default config 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 Signed-off-by: Peter Korsgaard --- diff --git a/boot/grub/menu.lst b/boot/grub/menu.lst index a231f7eaa5..9f14da7ddd 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