diff options
author | Francois Pons <fpons@mandriva.com> | 2000-09-12 16:41:50 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-09-12 16:41:50 +0000 |
commit | 863a98bef672dae191ab3c107ac26558954cf389 (patch) | |
tree | 62941c6178cb44d459bcdee0b937ec38de113e6c /perl-install/install2.pm | |
parent | dff746444b3fc778dbf9f818cc3247161548cebe (diff) | |
download | drakx-863a98bef672dae191ab3c107ac26558954cf389.tar drakx-863a98bef672dae191ab3c107ac26558954cf389.tar.gz drakx-863a98bef672dae191ab3c107ac26558954cf389.tar.bz2 drakx-863a98bef672dae191ab3c107ac26558954cf389.tar.xz drakx-863a98bef672dae191ab3c107ac26558954cf389.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index b3545e3b1..90e711388 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -496,6 +496,7 @@ sub main { method => sub { $o->{method} = $v }, pcmcia => sub { $o->{pcmcia} = $v }, vga16 => sub { $o->{vga16} = $v }, + vga => sub { $o->{vga} = $v }, step => sub { $o->{steps}{first} = $v }, expert => sub { $::expert = 1; $::beginner = 0 }, beginner => sub { $::beginner = $v }, @@ -523,7 +524,7 @@ sub main { g_auto_install => sub { $::testing = $::g_auto_install = 1; $o->{partitioning}{auto_allocate} = 1 }, nomouseprobe => sub { $o->{nomouseprobe} = $v }, }}{lc $n}; &$f if $f; - } %cmdline; + } %cmdline; undef $::auto_install if $cfg; if ($::g_auto_install) { |