diff options
author | Francois Pons <fpons@mandriva.com> | 1999-09-19 17:04:12 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-09-19 17:04:12 +0000 |
commit | a0b5f74447cc699c43c354cb6397ed554605729b (patch) | |
tree | 28a57861ab59ec044333b4e52d0ea9fbb1c6ce08 /perl-install/install2.pm | |
parent | 1017610aa70508afa1fe9f41dd0987522652f135 (diff) | |
download | drakx-a0b5f74447cc699c43c354cb6397ed554605729b.tar drakx-a0b5f74447cc699c43c354cb6397ed554605729b.tar.gz drakx-a0b5f74447cc699c43c354cb6397ed554605729b.tar.bz2 drakx-a0b5f74447cc699c43c354cb6397ed554605729b.tar.xz drakx-a0b5f74447cc699c43c354cb6397ed554605729b.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 2 |
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; } } |