From 929d91edee72e1c5d433563caa1e883c3ae3bfbf Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Thu, 10 Mar 2016 17:46:27 -0300 Subject: [PATCH] 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 --- 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 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 -- 2.30.2