summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index fb6e66aae..80ec99f6b 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -377,6 +377,8 @@ sub main {
} elsif (/--g_auto_install/) {
$::testing = $::g_auto_install = 1;
$o->{partitioning}{auto_allocate} = 1;
+ } elsif (/--pcmcia/) {
+ $o->{pcmcia} = shift;
}
}