[omap35xx] gumstix: Add u-boot package to profile
[openwrt.git] / target / linux / x86 / image / menu.lst
1 @SERIAL_CONFIG@
2 @TERMINAL_CONFIG@
3
4 default 0
5 timeout 5
6
7 title OpenWrt
8 root (hd0,0)
9 kernel /boot/vmlinuz @CMDLINE@ noinitrd reboot=bios
10 boot
11
12 title OpenWrt (failsafe)
13 root (hd0,0)
14 kernel /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd reboot=bios
15 boot
This page took 0.051846 seconds and 5 git commands to generate.