From 0499c68e443c74e470e2fd5027524717297d033d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 27 Aug 2002 23:27:56 +0000 Subject: :x --- perl-install/bootloader.pm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'perl-install/bootloader.pm') diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index feac63642..743d8aafd 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -362,7 +362,6 @@ sub suggest { timeout => $onmbr && 10, nowarn => 1, if_(arch() !~ /ia64/, - lba32 => 1, boot => "/dev/" . ($onmbr ? $hds->[0]{device} : fsedit::get_root($fstab, 'boot')->{device}), map => "/boot/map", ), @@ -706,9 +705,6 @@ sub write_lilo_conf { my ($lilo, $fstab, $hds) = @_; $lilo->{prompt} = $lilo->{timeout}; - delete $lilo->{linear} if $lilo->{lba32}; - $lilo->{geometric} = !$lilo->{lba32} && !$lilo->{linear} if arch() !~ /ia64/; - my $file2fullname = sub { my ($file) = @_; if (arch() =~ /ia64/) { -- cgit v1.2.1