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 openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel