summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-05-03 14:18:52 +0000
committerFrancois Pons <fpons@mandriva.com>2000-05-03 14:18:52 +0000
commitf4017ea2f9cf2452120b8bd072b5c03ef61784c9 (patch)
treeb5a11190c33efd1519391c7e44fc134a6516aaee /perl-install/install2.pm
parent8f5d72a12b4488f3007c73537d5212b6b67cadce (diff)
downloaddrakx-f4017ea2f9cf2452120b8bd072b5c03ef61784c9.tar
drakx-f4017ea2f9cf2452120b8bd072b5c03ef61784c9.tar.gz
drakx-f4017ea2f9cf2452120b8bd072b5c03ef61784c9.tar.bz2
drakx-f4017ea2f9cf2452120b8bd072b5c03ef61784c9.tar.xz
drakx-f4017ea2f9cf2452120b8bd072b5c03ef61784c9.zip
*** empty log message ***
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 074674bff..526c6c684 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -529,7 +529,7 @@ sub main {
my $f = ${{
method => sub { $o->{method} = $v },
pcmcia => sub { $o->{pcmcia} = $v },
- vga => sub { $o->{vga16} = $v },
+ vga16 => sub { $o->{vga16} = $v },
step => sub { $o->{steps}{first} = $v },
expert => sub { $::expert = 1; $::beginner = 0 },
beginner => sub { $::beginner = $v },