projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add missing init=/etc/preinit cmdline parameter
[openwrt.git]
/
target
/
linux
/
x86-2.6
/
image
/
grub
/
menu.lst
diff --git
a/target/linux/x86-2.6/image/grub/menu.lst
b/target/linux/x86-2.6/image/grub/menu.lst
index
590a7d5
..
f9d2843
100644
(file)
--- a/
target/linux/x86-2.6/image/grub/menu.lst
+++ b/
target/linux/x86-2.6/image/grub/menu.lst
@@
-9,3
+9,7
@@
root (hd0,0)
kernel /boot/vmlinuz @CMDLINE@ noinitrd console=ttyS0,@BAUDRATE@n8 reboot=bios
boot
+title OpenWrt (failsafe)
+root (hd0,0)
+kernel /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd console=ttyS0,@BAUDRATE@n8 reboot=bios
+boot
This page took
0.025797 seconds
and
4
git commands to generate.