From be169c8f9492e46ef6c587fb7d0b705039a0610e Mon Sep 17 00:00:00 2001 From: Stew Benedict Date: Tue, 9 Oct 2001 13:08:02 +0000 Subject: re-enable PPC bootloader setup --- perl-install/install_steps_interactive.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 55ebd053f..5ad33d267 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1129,7 +1129,8 @@ sub setupBootloader { log::l("OldWorld or Unknown Machine - no yaboot setup"); return; } - } elsif (arch() =~ /^alpha/) { + } + if (arch() =~ /^alpha/) { $o->ask_yesorno('', _("Do you want to use aboot?"), 1) or return; catch_cdie { $o->SUPER::setupBootloader } sub { $o->ask_yesorno('', -- cgit v1.2.1