summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-05-04 03:16:07 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-05-04 03:16:07 +0000
commit9a458d72ade15d36550c31d06484f0c400200dba (patch)
tree179e5578faa39cc6db3da419f590853c86a68313 /perl-install/install2.pm
parentded2e3634359abc227f6bf9c378729dfb2ca09f1 (diff)
downloaddrakx-9a458d72ade15d36550c31d06484f0c400200dba.tar
drakx-9a458d72ade15d36550c31d06484f0c400200dba.tar.gz
drakx-9a458d72ade15d36550c31d06484f0c400200dba.tar.bz2
drakx-9a458d72ade15d36550c31d06484f0c400200dba.tar.xz
drakx-9a458d72ade15d36550c31d06484f0c400200dba.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 e2b45e7b0..37b0f75d2 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -141,7 +141,7 @@ $o = $::o = {
autoSCSI => 0,
mkbootdisk => 1, #- no mkbootdisk if 0 or undef, find a floppy with 1, or fd1
#- packages => [ qw() ],
- partitioning => { clearall => 0, eraseBadPartitions => 0, auto_allocate => 0, autoformat => 0 }, #-, readonly => 0 },
+ partitioning => { clearall => 0, eraseBadPartitions => 0, auto_allocate => 0 }, #-, readonly => 0 },
#- security => 2,
shells => [ map { "/bin/$_" } qw(bash tcsh zsh ash ksh) ],
authentication => { md5 => 1, shadow => 1 },