summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/bootloader.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm
index 034b8b568..9aa46b72a 100644
--- a/perl-install/bootloader.pm
+++ b/perl-install/bootloader.pm
@@ -164,6 +164,9 @@ sub read {
if (m!/fd\d+$!) {
warn "not checking the method on floppy, assuming $main_method is right\n";
$main_method;
+ } elsif ($main_method eq 'yaboot') {
+ #- not checking on ppc, there's only yaboot anyway :)
+ $main_method;
} elsif (my $type = partition_table::raw::typeOfMBR($_)) {
warn "typeOfMBR $type on $_ for method $main_method\n" if $ENV{DEBUG};
$type;