From c7739083bcfd4bcf7012c093a35da6a4e096649f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 22 Mar 2005 15:02:19 +0000 Subject: acpi=on is the default --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 333ff3525..8ccaa2ecd 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -808,7 +808,7 @@ sub setupBootloaderBefore { my $year = detect_devices::computer_info()->{BIOS_Year}; if (detect_devices::isLaptop() && $year >= 2002) { log::l("forcing ACPI on a laptop with recent bios ($year)"); - $acpi = 'on'; + $acpi = ''; } } bootloader::set_append_with_key($o->{bootloader}, acpi => $acpi); -- cgit v1.2.1