add failsafe support for x86-2.6 and fix mdev support for platforms using /etc/preinit
[openwrt/openwrt.git] / target / linux / x86-2.6 / image / grub / menu.lst
index 590a7d5e3a8f52884c43266b60c794733b5b7b8e..f9d28438f813459c7231e126345a6ffeeb462183 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