openwrt_archive/target/linux/x86/image/menu.lst
Jo-Philipp Wich d0537f61ac [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


SVN-Revision: 19681
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