projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9284b4a
)
boot/grub: add rootwait to default config
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Thu, 10 Mar 2016 20:46:27 +0000
(17:46 -0300)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/boot/grub/menu.lst
b/boot/grub/menu.lst
index a231f7eaa51b7c918f871fa3e4cb045fc7de3520..9f14da7dddaf1a1b3a42fc585da04bfeb5ca6a45 100644
(file)
--- 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