projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d26c7ff
)
add reboot=bios to x86 grub images to fix reboot issue on wrap
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 9 Oct 2006 03:50:48 +0000
(
03:50
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 9 Oct 2006 03:50:48 +0000
(
03:50
+0000)
SVN-Revision: 4979
openwrt/target/image/x86/grub/menu.lst
patch
|
blob
|
history
diff --git
a/openwrt/target/image/x86/grub/menu.lst
b/openwrt/target/image/x86/grub/menu.lst
index 39803c5bb0b7aef3485821b86ceb3934936ed938..590a7d5e3a8f52884c43266b60c794733b5b7b8e 100644
(file)
--- a/
openwrt/target/image/x86/grub/menu.lst
+++ b/
openwrt/target/image/x86/grub/menu.lst
@@
-6,6
+6,6
@@
timeout 5
title OpenWrt
root (hd0,0)
-kernel /boot/vmlinuz @CMDLINE@ noinitrd console=ttyS0,@BAUDRATE@n8
+kernel /boot/vmlinuz @CMDLINE@ noinitrd console=ttyS0,@BAUDRATE@n8
reboot=bios
boot