summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>1999-11-06 21:01:33 +0000
committerFrancois Pons <fpons@mandriva.com>1999-11-06 21:01:33 +0000
commit96510efce15225384a474e81ef2ea91d1ae3a4ee (patch)
tree455a0d5c8b5608feca688cd0dd4c1c8a00f3760e /perl-install/install2.pm
parentd1669f4149dc25492055bca8fd2f14dc47387114 (diff)
downloaddrakx-96510efce15225384a474e81ef2ea91d1ae3a4ee.tar
drakx-96510efce15225384a474e81ef2ea91d1ae3a4ee.tar.gz
drakx-96510efce15225384a474e81ef2ea91d1ae3a4ee.tar.bz2
drakx-96510efce15225384a474e81ef2ea91d1ae3a4ee.tar.xz
drakx-96510efce15225384a474e81ef2ea91d1ae3a4ee.zip
*** empty log message ***
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 09e4a17fd..406fe81d6 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -142,7 +142,7 @@ $o = $::o = {
authentification => { md5 => 1, shadow => 1 },
lang => 'en',
isUpgrade => 0,
-#- installClass => "beginner",
+#- installClass => "normal",
timezone => {
#- timezone => "Europe/Paris",
@@ -458,7 +458,7 @@ sub main {
pcmcia => sub { $o->{pcmcia} = $v },
step => sub { $o->{steps}{first} = $v },
expert => sub { $o->{installClass} = 'expert'; $::expert = 1 },
- beginner => sub { $o->{installClass} = 'beginner'; $::beginner = 1 },
+ beginner => sub { $o->{installClass} = 'normal'; $::beginner = 1 },
lnx4win => sub { $o->{lnx4win} = 1 },
readonly => sub { $o->{partitioning}{readonly} = 1 },
display => sub { $o->{display} = $v },