summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-03-10 17:46:27 -0300
committerPeter Korsgaard <peter@korsgaard.com>2016-03-10 22:29:36 +0100
commit929d91edee72e1c5d433563caa1e883c3ae3bfbf (patch)
tree50ccc492254343554c894d263af74c2544f54167 /boot
parent9284b4aa396adb5d0093d9e67fc1033decdd72d8 (diff)
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 <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'boot')
-rw-r--r--boot/grub/menu.lst2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/grub/menu.lst b/boot/grub/menu.lst
index a231f7eaa..9f14da7dd 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