mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 14:52:29 +02:00
f74678487d
- clean up menu.lst template - make grub usage of vt0 selectable in menuconfig - choose appropriate default baudrate for soekris devices - fix generation of grub menu for iso images git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19681 3c298f89-4303-0410-b956-a3cf2f4a3e73
16 lines
257 B
Plaintext
16 lines
257 B
Plaintext
@SERIAL_CONFIG@
|
|
@TERMINAL_CONFIG@
|
|
|
|
default 0
|
|
timeout 5
|
|
|
|
title OpenWrt
|
|
root (hd0,0)
|
|
kernel /boot/vmlinuz @CMDLINE@ noinitrd reboot=bios
|
|
boot
|
|
|
|
title OpenWrt (failsafe)
|
|
root (hd0,0)
|
|
kernel /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd reboot=bios
|
|
boot
|