diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-06-06 12:13:11 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-06-06 12:13:11 +0000 |
commit | 91b2fd9443c7a2e7c7da17ccc832b94b41d05ec8 (patch) | |
tree | 2e36239738596bdc049f10335d5fe373dcb804f4 | |
parent | c74d6a543ff0ab7f8abddc82ba9c2da0c932ba26 (diff) | |
download | drakx-91b2fd9443c7a2e7c7da17ccc832b94b41d05ec8.tar drakx-91b2fd9443c7a2e7c7da17ccc832b94b41d05ec8.tar.gz drakx-91b2fd9443c7a2e7c7da17ccc832b94b41d05ec8.tar.bz2 drakx-91b2fd9443c7a2e7c7da17ccc832b94b41d05ec8.tar.xz drakx-91b2fd9443c7a2e7c7da17ccc832b94b41d05ec8.zip |
no_comment
-rw-r--r-- | perl-install/install2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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' ], |