summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-10-02 12:20:46 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-10-02 12:20:46 +0000
commit8dae955d6c76f66df700d50676a142610175bef8 (patch)
tree17f4ae078d870923fea1a2a5335cdd806e90f675 /perl-install/install2.pm
parent5f0786356a985b38016f85b19527e1969146deb6 (diff)
downloaddrakx-backup-do-not-use-8dae955d6c76f66df700d50676a142610175bef8.tar
drakx-backup-do-not-use-8dae955d6c76f66df700d50676a142610175bef8.tar.gz
drakx-backup-do-not-use-8dae955d6c76f66df700d50676a142610175bef8.tar.bz2
drakx-backup-do-not-use-8dae955d6c76f66df700d50676a142610175bef8.tar.xz
drakx-backup-do-not-use-8dae955d6c76f66df700d50676a142610175bef8.zip
no_comment
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 5e6340f3f..f78961b30 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -507,7 +507,7 @@ sub main {
kickstart => sub { $::auto_install = $v },
auto_install => sub { $::auto_install = $v },
simple_themes => sub { $o->{simple_themes} = 1 },
- useless_thing_accepted => sub { $o->{useless_thing_accepted} = 1 },
+#- useless_thing_accepted => sub { $o->{useless_thing_accepted} = 1 },
alawindows => sub { $o->{security} = 0; $o->{partitioning}{clearall} = 1; $o->{bootloader}{crushMbr} = 1 },
fdisk => sub { $o->{partitioning}{fdisk} = 1 },
g_auto_install => sub { $::testing = $::g_auto_install = 1; $o->{partitioning}{auto_allocate} = 1 },