x86: remove the reboot=bios command line parameter (#12193)
authorFelix Fietkau <nbd@openwrt.org>
Tue, 9 Oct 2012 15:20:11 +0000 (15:20 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 9 Oct 2012 15:20:11 +0000 (15:20 +0000)
SVN-Revision: 33671

target/linux/x86/image/grub-iso.cfg
target/linux/x86/image/grub.cfg

index 4d5d697abaf4816c2cb49690c15b91cfefb13d00..3d47a95a4b8209b61c8e0f38165b38b929fdaf08 100644 (file)
@@ -6,5 +6,5 @@ set timeout="@TIMEOUT@"
 set root='(cd)'
 
 menuentry "OpenWrt" {
-       linux /boot/vmlinuz @CMDLINE@ noinitrd reboot=bios
+       linux /boot/vmlinuz @CMDLINE@ noinitrd
 }
index 4e55dcfa61a21ac42bce43d3314b1674de3f34cb..33b9d0b1aad180f4a65e83c227e637bb664f879e 100644 (file)
@@ -6,8 +6,8 @@ set timeout="@TIMEOUT@"
 set root='(hd0,msdos1)'
 
 menuentry "OpenWrt" {
-       linux /boot/vmlinuz @CMDLINE@ noinitrd reboot=bios
+       linux /boot/vmlinuz @CMDLINE@ noinitrd
 }
 menuentry "OpenWrt (failsafe)" {
-       linux /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd reboot=bios
+       linux /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd
 }