On older boards without acpi and without keyboard controllers, this change does 
not yield a reboot method that is equivalent to reboot=bios.  Vote is to not 
accept this patch.  

--- On Wed, 6/24/09, Alexander Stadler <[email protected]> wrote:

From: Alexander Stadler <[email protected]>
Subject: [OpenWrt-Devel] [PATCH] Changes reboot=bios to reboot=acpi on x86
To: [email protected]
Date: Wednesday, June 24, 2009, 11:12 AM

Changes reboot=bios to reboot=acpi on x86.
I'm doing this because reboot=bios lets paravirtualized maschines hang when 
trieing to reboot (and I would recommend to add acpi when using x86, but reboot 
also works with this option when acpi is not enabled).

Signed-off-by: Alexander Stadler <sa.maillists at univie.ac.at>

------

diff -urN a/8.09/target/linux/x86/image/menu.lst 
b/8.09/target/linux/x86/image/menu.lst
--- a/8.09/target/linux/x86/image/menu.lst    2009-04-08 17:00:41.000000000 
+0200
+++ b/8.09/target/linux/x86/image/menu.lst    2009-04-16 17:55:52.000000000 
+0200
@@ -6,10 +6,10 @@
 
 title   OpenWrt
 root    (hd0,0)
-kernel  /boot/vmlinuz @CMDLINE@ noinitrd console=tty0 
console=ttyS0,@baudr...@n8 reboot=bios
+kernel  /boot/vmlinuz @CMDLINE@ noinitrd console=tty0 
console=ttyS0,@baudr...@n8 reboot=acpi
 boot
 
 title    OpenWrt (failsafe)
 root    (hd0,0)
-kernel  /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd console=tty0 
console=ttyS0,@baudr...@n8 reboot=bios
+kernel  /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd console=tty0 
console=ttyS0,@baudr...@n8 reboot=acpi
 boot



_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel



      
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to