From 91b2fd9443c7a2e7c7da17ccc832b94b41d05ec8 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 6 Jun 2000 12:13:11 +0000 Subject: no_comment --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install2.pm b/perl-install/install2.pm index a5fccc1c5..071da6a3a 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -62,7 +62,7 @@ arch() !~ /alpha|sparc/ ? ( ) : (), setupBootloader => [ __("Install bootloader"), 1, 1, '$::o->{lnx4win} && !$::expert', "doInstallStep" ], configureX => [ __("Configure X"), 1, 1, '', ["formatPartitions", "setupBootloader"] ], -arch() !~ /sparc/ ? ( +arch() !~ /alpha|sparc/ ? ( generateAutoInstFloppy => [ __("Auto install floppy"), 1, 1, '!$::expert || $o->{lnx4win}', "doInstallStep" ], ) : (), exitInstall => [ __("Exit install"), 0, 0, '$::beginner' ], -- cgit v1.2.1