From af96f1bf1e1b4090eb4a3d01cba8fcb9280c8fe9 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 8 Jul 2001 20:51:33 +0000 Subject: (suggest): replace "is ia64" with "is not ia64" so that boot partition is set correctly again --- perl-install/bootloader.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index a2963bcac..4c0e4b124 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -249,7 +249,7 @@ sub suggest { lba32 => 1, entries => [], timeout => $onmbr && 5, - if_(arch() =~ /ia64/, + if_(arch() !~ /ia64/, boot => "/dev/" . ($onmbr ? $hds->[0]{device} : fsedit::get_root($fstab, 'boot')->{device}), map => "/boot/map", install => "/boot/boot.b", -- cgit v1.2.1