projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix up the netconfig script after the devfs=>hotplug2 migration
[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
..
f7543bd
100644
(file)
--- a/
target/linux/x86-2.6/image/grub/menu.lst
+++ b/
target/linux/x86-2.6/image/grub/menu.lst
@@
-1,11
+1,15
@@
serial --unit=0 --speed=@BAUDRATE@ --word=8 --parity=no --stop=1
serial --unit=0 --speed=@BAUDRATE@ --word=8 --parity=no --stop=1
-terminal --timeout=10 serial
+terminal --timeout=10
console
serial
default 0
timeout 5
title OpenWrt
root (hd0,0)
default 0
timeout 5
title OpenWrt
root (hd0,0)
-kernel /boot/vmlinuz @CMDLINE@ noinitrd console=ttyS0,@BAUDRATE@n8 reboot=bios
+kernel /boot/vmlinuz @CMDLINE@ noinitrd console=tty
0 console=tty
S0,@BAUDRATE@n8 reboot=bios
boot
boot
+title OpenWrt (failsafe)
+root (hd0,0)
+kernel /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd console=tty0 console=ttyS0,@BAUDRATE@n8 reboot=bios
+boot
This page took
0.024364 seconds
and
4
git commands to generate.