From 6edce70d9b4423c65f05634cd37a0adad5203fe5 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 26 Jul 2001 15:47:49 +0000 Subject: added blank and updatemodules options to DrakX. --- perl-install/install2.pm | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit v1.2.1