summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-03-20 17:21:57 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-03-20 17:21:57 +0000
commit3daeba5a5b0d0fe47be341139aa5786ce9e288e2 (patch)
tree075deb1612e8ba3eff7aee2bcf4890ef6bea141f /perl-install/install_steps_interactive.pm
parent23f9db1e651a6e2777decbfa8638d32178846bb2 (diff)
downloaddrakx-backup-do-not-use-3daeba5a5b0d0fe47be341139aa5786ce9e288e2.tar
drakx-backup-do-not-use-3daeba5a5b0d0fe47be341139aa5786ce9e288e2.tar.gz
drakx-backup-do-not-use-3daeba5a5b0d0fe47be341139aa5786ce9e288e2.tar.bz2
drakx-backup-do-not-use-3daeba5a5b0d0fe47be341139aa5786ce9e288e2.tar.xz
drakx-backup-do-not-use-3daeba5a5b0d0fe47be341139aa5786ce9e288e2.zip
fix pcmcia functions only on x86
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 22a1fb074..874099d14 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -261,7 +261,7 @@ sub selectMouse {
sub setupSCSI {
my ($o, $clicked) = @_;
- if (!$::noauto) {
+ if (!$::noauto && arch() =~ /i.86/) {
if ($o->{pcmcia} ||= !$::testing && c::pcmcia_probe()) {
my $w = $o->wait_message(_("PCMCIA"), _("Configuring PCMCIA cards..."));
modules::configure_pcmcia($o->{pcmcia});