diff options
Diffstat (limited to 'perl-install/bootloader.pm')
-rw-r--r-- | perl-install/bootloader.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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", |