diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-10-20 23:03:06 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-10-20 23:03:06 +0000 |
commit | a87392ce672688850dc174df6a39c7fe745175fa (patch) | |
tree | e6031e42126b35e7c5aef402cf3065263d422868 /perl-install/install2.pm | |
parent | 7fe5f8b71356459a6062df5fca0236a502165b8c (diff) | |
download | drakx-backup-do-not-use-a87392ce672688850dc174df6a39c7fe745175fa.tar drakx-backup-do-not-use-a87392ce672688850dc174df6a39c7fe745175fa.tar.gz drakx-backup-do-not-use-a87392ce672688850dc174df6a39c7fe745175fa.tar.bz2 drakx-backup-do-not-use-a87392ce672688850dc174df6a39c7fe745175fa.tar.xz drakx-backup-do-not-use-a87392ce672688850dc174df6a39c7fe745175fa.zip |
no_comment
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index e789293b6..69c50eff3 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -121,7 +121,7 @@ $o = $::o = { autoSCSI => 0, mkbootdisk => 1, #- no mkbootdisk if 0 or undef, find a floppy with 1 #- packages => [ qw() ], - partitioning => { clearall => 0, eraseBadPartitions => 0, auto_allocate => 0, autoformat => 0, readonly => 1 }, + partitioning => { clearall => 0, eraseBadPartitions => 0, auto_allocate => 0, autoformat => 0, readonly => 0 }, #- partitions => [ #- { mntpoint => "/boot", size => 16 << 11, type => 0x83 }, #- { mntpoint => "/", size => 256 << 11, type => 0x83 }, |