diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-11-03 18:29:54 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-11-03 18:29:54 +0000 |
commit | 05da12f9c8801b36ec0834f5126deb79656790e6 (patch) | |
tree | 3076e795b0233ff6010768f76a0671c1a49aadbc /perl-install/install2.pm | |
parent | d48d8570000ed98e72d8dc7827167741e5142a4f (diff) | |
download | drakx-backup-do-not-use-05da12f9c8801b36ec0834f5126deb79656790e6.tar drakx-backup-do-not-use-05da12f9c8801b36ec0834f5126deb79656790e6.tar.gz drakx-backup-do-not-use-05da12f9c8801b36ec0834f5126deb79656790e6.tar.bz2 drakx-backup-do-not-use-05da12f9c8801b36ec0834f5126deb79656790e6.tar.xz drakx-backup-do-not-use-05da12f9c8801b36ec0834f5126deb79656790e6.zip |
no_comment
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 51f2413f5..364e1ef78 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -467,6 +467,7 @@ sub main { # ks => sub { $::auto_install = 1; $cfg = $v; }, # kickstart => sub { $::auto_install = 1; $cfg = $v; }, auto_install => sub { $::auto_install = 1; $cfg = $v; }, + simple_themes => sub { $o->{simple_themes} = 1 }, alawindows => sub { $o->{security} = $o->{partitioning}{clearall} = 1; $o->{bootloader}{crushMbr} = 1 }, g_auto_install => sub { $::testing = $::g_auto_install = 1; $o->{partitioning}{auto_allocate} = 1 }, }}{lc $n}; &$f if $f; |