diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-02-12 19:04:12 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-02-12 19:04:12 +0000 |
commit | e0fc8fb6aa2ae71c146e70e5b803ea8638e36e01 (patch) | |
tree | 0b2463119d0ec28244618a975778d38183b00ad8 /target/linux/x86/image/menu.lst | |
parent | e48f324dc0df2d84e6663e95a8234888ebf4bbb1 (diff) | |
download | upstream-e0fc8fb6aa2ae71c146e70e5b803ea8638e36e01.tar.gz upstream-e0fc8fb6aa2ae71c146e70e5b803ea8638e36e01.tar.bz2 upstream-e0fc8fb6aa2ae71c146e70e5b803ea8638e36e01.zip |
make console port editable through menuconfig, gzip ext2 images, add suitable defaults for Xen
SVN-Revision: 19612
Diffstat (limited to 'target/linux/x86/image/menu.lst')
-rw-r--r-- | target/linux/x86/image/menu.lst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/x86/image/menu.lst b/target/linux/x86/image/menu.lst index cb306cc443..e09177c96e 100644 --- a/target/linux/x86/image/menu.lst +++ b/target/linux/x86/image/menu.lst @@ -6,10 +6,10 @@ timeout 5 title OpenWrt root (hd0,0) -kernel /boot/vmlinuz @CMDLINE@ noinitrd console=tty0 console=ttyS0,@BAUDRATE@n8 reboot=bios +kernel /boot/vmlinuz @CMDLINE@ noinitrd console=tty0 console=@CONSOLE@,@BAUDRATE@n8 reboot=bios boot title OpenWrt (failsafe) root (hd0,0) -kernel /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd console=tty0 console=ttyS0,@BAUDRATE@n8 reboot=bios +kernel /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd console=tty0 console=@CONSOLE@,@BAUDRATE@n8 reboot=bios boot |