From 684d6df5cd365618159c9cd1ebb514730a370b2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Mon, 12 Nov 2001 15:28:25 +0000 Subject: - Don't create a boot disk on ia64 --- perl-install/steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/steps.pm b/perl-install/steps.pm index 8997210a6..a5d309300 100644 --- a/perl-install/steps.pm +++ b/perl-install/steps.pm @@ -26,7 +26,7 @@ use common; configureNetwork => [ __("Configure networking"), 1, 1, '', "formatPartitions", 'network' ], summary => [ __("Summary"), 1, 0, '', "installPackages", 'summary' ], configureServices => [ __("Configure services"), 1, 1, '!$::expert', "installPackages", 'services' ], -if_((arch() !~ /alpha/) && (arch() !~ /ppc/), +if_((arch() !~ /alpha/) && (arch() !~ /ppc/) && (arch() !~ /ia64/), createBootdisk => [ __("Create a bootdisk"), 1, 0, '', "installPackages", 'bootdisk' ], ), setupBootloader => [ __("Install bootloader"), 1, 0, '', "installPackages", 'bootloader' ], -- cgit v1.2.1