x86: remove the reboot=bios command line parameter (#12193)
[openwrt-working-2016/.git] / target / linux / x86 / image / grub-iso.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
 }