From b355c7624b8c48db238faefe40b59ca8ad886fba Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 4 Oct 2000 13:05:07 +0000 Subject: no_comment --- perl-install/bootloader.pm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'perl-install/bootloader.pm') diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index e20a6a270..0d33fb8ca 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -194,7 +194,7 @@ sub dev2prompath { #- SPARC only $dev; } -sub suggest($$$$$;$) { +sub suggest { my ($prefix, $lilo, $hds, $fstab, $kernelVersion, $vga_fb) = @_; my $root_part = fsedit::get_root($fstab); my $root = isLoopback($root_part) ? "loop7" : $root_part->{device}; @@ -233,9 +233,7 @@ sub suggest($$$$$;$) { my $msg_en = __("Welcome to %s the operating system chooser! -To list the possible choices, press . - -To load one of them, write its name and press or +Choose an operating system in the list above or wait %d seconds for default boot. "); -- cgit v1.2.1