diff options
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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); |