add missing init=/etc/preinit cmdline parameter
[openwrt.git] / target / linux / x86-2.6 / image / grub / menu.lst
index 590a7d5..f9d2843 100644 (file)
@@ -9,3 +9,7 @@ root    (hd0,0)
 kernel  /boot/vmlinuz @CMDLINE@ noinitrd console=ttyS0,@BAUDRATE@n8 reboot=bios
 boot
 
+title  OpenWrt (failsafe)
+root   (hd0,0)
+kernel  /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd console=ttyS0,@BAUDRATE@n8 reboot=bios
+boot
This page took 0.025797 seconds and 4 git commands to generate.