From 5e7fea33c878425712f552f3395ecffeac4d407b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Wed, 8 Feb 2006 14:31:56 +0000 Subject: handle cases where with booted with a full acpi capable kernel --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index c665a5479..135626395 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -640,7 +640,7 @@ sub summaryAfter { my ($o) = @_; require bootloader; - my $acpi = bootloader::get_append($o->{bootloader}, 'acpi'); + my $acpi = bootloader::get_append($o->{bootloader}, 'acpi') or 'on'; if (!member($acpi, 'off', 'ht') && !(-x "$::prefix/usr/bin/acpi" && -x "$::prefix/usr/sbin/acpid")) { $o->do_pkgs->install(qw(acpi acpid)); } -- cgit v1.2.1