From c5041d48b9c474ba7103636dd5f5a4861b142f52 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 22 Aug 2001 12:23:28 +0000 Subject: fix typo --- perl-install/bootlook.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/bootlook.pm b/perl-install/bootlook.pm index 3f60fcc49..67abcef00 100644 --- a/perl-install/bootlook.pm +++ b/perl-install/bootlook.pm @@ -338,7 +338,7 @@ sub lilo_choice $::expert=1; ask: local $::isEmbedded = 0; - any::setupBootloader($in, $bootloader, $all_hds->{hds}, $fstab, $ENV{SECURE_LEVEL}) or return; + any::setupBootloader($in, $bootloader, $all_hds, $fstab, $ENV{SECURE_LEVEL}) or return; eval { bootloader::install('', $bootloader, $fstab, $all_hds->{hds}) }; if ($@) { $in->ask_warn('', -- cgit v1.2.1