summaryrefslogtreecommitdiffstats
path: root/perl-install/steps.pm
diff options
context:
space:
mode:
authorMystery Man <unknown@mandriva.org>2003-04-14 13:30:58 +0000
committerMystery Man <unknown@mandriva.org>2003-04-14 13:30:58 +0000
commit3c75a78aa006b1f51e6b053f1edbf8f19ccbcb8f (patch)
tree3bf68e0d5ad6d2fca6c769c4e4e7218f2e0e6db3 /perl-install/steps.pm
parent327bd24f8e4291bd1882de1990dd7339f781a9cb (diff)
downloaddrakx-1_1_9_54mdk.tar
drakx-1_1_9_54mdk.tar.gz
drakx-1_1_9_54mdk.tar.bz2
drakx-1_1_9_54mdk.tar.xz
drakx-1_1_9_54mdk.zip
This commit was manufactured by cvs2svn to create tag 'V1_1_9_54mdk'.V1_1_9_54mdk
Diffstat (limited to 'perl-install/steps.pm')
-rw-r--r--perl-install/steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/steps.pm b/perl-install/steps.pm
index 162bc6d57..d62e8ddf5 100644
--- a/perl-install/steps.pm
+++ b/perl-install/steps.pm
@@ -27,7 +27,7 @@ use common;
summary => [ __("Summary"), 1, 0, '', "installPackages", 'summary' ],
configureServices => [ __("Configure services"), 1, 1, '!$::expert', "installPackages", 'services' ],
setupBootloader => [ __("Install bootloader"), 1, 0, '', "installPackages", 'bootloader' ],
-if_((arch() !~ /alpha/) && (arch() !~ /ppc/),
+if_((arch() !~ /alpha/) && (arch() !~ /ppc/) && (arch() !~ /ia64/),
createBootdisk => [ __("Create a bootdisk"), 1, 0, '', "installPackages", 'bootdisk' ],
),
configureX => [ __("Configure X"), 1, 1, '', ["formatPartitions", "setupBootloader"], 'X' ],