From 3e47cfe86d6f8b108818e22c25cfc321c6a16a33 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 2 Nov 2004 11:02:17 +0000 Subject: (setupBootloaderBefore) dmidecode() was renamed as computer_info() --- 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 323b8c3b3..123e620b6 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -859,7 +859,7 @@ sub setupBootloaderBefore { if (my ($acpi) = cat_("/proc/cmdline") =~ /\bacpi=(\w+)/) { if ($acpi eq 'ht') { #- the user is using the default, which may not be the best - my $year = detect_devices::dmidecode()->{BIOS_Year}; + 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'; -- cgit v1.2.1