diff options
author | Francois Pons <fpons@mandriva.com> | 2001-07-26 15:47:49 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-07-26 15:47:49 +0000 |
commit | 6edce70d9b4423c65f05634cd37a0adad5203fe5 (patch) | |
tree | a048bcf00ca3292a360210fc1317fb777dc184ff /perl-install/install2.pm | |
parent | 942252dd9c19046f91c0923c32f2de2140862885 (diff) | |
download | drakx-6edce70d9b4423c65f05634cd37a0adad5203fe5.tar drakx-6edce70d9b4423c65f05634cd37a0adad5203fe5.tar.gz drakx-6edce70d9b4423c65f05634cd37a0adad5203fe5.tar.bz2 drakx-6edce70d9b4423c65f05634cd37a0adad5203fe5.tar.xz drakx-6edce70d9b4423c65f05634cd37a0adad5203fe5.zip |
added blank and updatemodules options to DrakX.
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 a35236f5e..24f949d83 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -405,6 +405,8 @@ sub main { fdisk => sub { $o->{partitioning}{fdisk} = 1 }, g_auto_install => sub { $::testing = $::g_auto_install = 1; $o->{partitioning}{auto_allocate} = 1 }, nomouseprobe => sub { $o->{nomouseprobe} = $v }, + blank => sub { $o->{blank} = 1}, + updatemodules => sub { $o->{updatemodules} = 1}, }}{lc $n}; &$f if $f; } %cmdline; |