summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-01-28 01:05:35 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-01-28 01:05:35 +0000
commit6f053d8213b782acefdaac6a9ecf143c6f9e385b (patch)
tree8bd26bc7fc28e21c86ca9535ee1f600cdd59140d /perl-install/install_steps_interactive.pm
parent022d9b44c244e4ffc8d2a2220af7fc2f6e3162cf (diff)
downloaddrakx-backup-do-not-use-6f053d8213b782acefdaac6a9ecf143c6f9e385b.tar
drakx-backup-do-not-use-6f053d8213b782acefdaac6a9ecf143c6f9e385b.tar.gz
drakx-backup-do-not-use-6f053d8213b782acefdaac6a9ecf143c6f9e385b.tar.bz2
drakx-backup-do-not-use-6f053d8213b782acefdaac6a9ecf143c6f9e385b.tar.xz
drakx-backup-do-not-use-6f053d8213b782acefdaac6a9ecf143c6f9e385b.zip
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 0509028cf..c30e5d74b 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -933,7 +933,7 @@ sub setupBootloaderBefore {
#------------------------------------------------------------------------------
sub setupBootloader {
my ($o) = @_;
- if (arch() =~ /^i386/) {
+ if (arch() =~ /^alpha/) {
$o->ask_yesorno('', _("Do you want to use aboot?"), 1) or return;
$o->SUPER::setupBootloader;
} elsif (arch() =~ /^sparc/) {