1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-03 23:28:04 +03:00
openwrt-xburst/target/linux/x86/image/menu.lst
jow f74678487d [x86]
- 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
2010-02-17 00:59:41 +00:00

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