diff options
author | Francois Pons <fpons@mandriva.com> | 1999-10-08 16:50:01 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-10-08 16:50:01 +0000 |
commit | 9ba6ea7a4a9b65dd48f5efacac95483e8036f9ee (patch) | |
tree | e0fa35b5c9f5599d4bdc1609ce6017372088e9f6 /perl-install/install2.pm | |
parent | 72609c6930a5a3e00df243247ca3f19c4c4c06da (diff) | |
download | drakx-9ba6ea7a4a9b65dd48f5efacac95483e8036f9ee.tar drakx-9ba6ea7a4a9b65dd48f5efacac95483e8036f9ee.tar.gz drakx-9ba6ea7a4a9b65dd48f5efacac95483e8036f9ee.tar.bz2 drakx-9ba6ea7a4a9b65dd48f5efacac95483e8036f9ee.tar.xz drakx-9ba6ea7a4a9b65dd48f5efacac95483e8036f9ee.zip |
*** empty log message ***
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 cd03399d5..0c47f513f 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 }, |