From 41c3f802b30bf14cbcf33fc8545a82c2e784e4a9 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 28 Aug 2008 10:43:40 +0000 Subject: we don't support AXP's aboot anymore --- perl-install/install/steps_interactive.pm | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'perl-install/install/steps_interactive.pm') diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index a3f2a481b..72f5a9a74 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -1075,14 +1075,7 @@ sub setupBootloader { return; } } - if (arch() =~ /^alpha/) { - $o->ask_yesorno('', N("Do you want to use aboot?"), 1) or return; - catch_cdie { $o->SUPER::setupBootloader } sub { - $o->ask_yesorno('', -N("Error installing aboot, -try to force installation even if that destroys the first partition?")); - }; - } else { + { any::setupBootloader_simple($o, $o->{bootloader}, $o->{all_hds}, $o->{fstab}, $o->{security}) or return; any::installBootloader($o, $o->{bootloader}, $o->{all_hds}) or die "already displayed"; } -- cgit v1.2.1