From 05da12f9c8801b36ec0834f5126deb79656790e6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 3 Nov 1999 18:29:54 +0000 Subject: no_comment --- perl-install/install2.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install2.pm') 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; -- cgit v1.2.1