From 1b26e585d7b3c63f54cc78a1de098a9ab41b44ad Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 22 Mar 2005 11:42:53 +0000 Subject: no acpi means acpi=on, not the contrary (bugzilla #13935) --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index f9358761f..6da456130 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -106,7 +106,7 @@ sub hdInstallPath() { sub install_acpi_pkgs { my ($do_pkgs, $b) = @_; - my $acpi = bootloader::get_append_with_key($b, 'acpi') or return; + my $acpi = bootloader::get_append_with_key($b, 'acpi'); if (!member($acpi, 'off', 'ht')) { $do_pkgs->install('acpi', 'acpid') if !(-x "$::prefix/usr/bin/acpi" && -x "$::prefix/usr/sbin/acpid"); } -- cgit v1.2.1