diff options
author | Francois Pons <fpons@mandriva.com> | 1999-10-21 08:49:00 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-10-21 08:49:00 +0000 |
commit | d7507de0ce88bdf9b1491d8b29ee8ae481cfe9ff (patch) | |
tree | 4bf8bcff985be6c196ce143b4a5a9b8f95afe66d /perl-install/install2.pm | |
parent | a87392ce672688850dc174df6a39c7fe745175fa (diff) | |
download | drakx-backup-do-not-use-d7507de0ce88bdf9b1491d8b29ee8ae481cfe9ff.tar drakx-backup-do-not-use-d7507de0ce88bdf9b1491d8b29ee8ae481cfe9ff.tar.gz drakx-backup-do-not-use-d7507de0ce88bdf9b1491d8b29ee8ae481cfe9ff.tar.bz2 drakx-backup-do-not-use-d7507de0ce88bdf9b1491d8b29ee8ae481cfe9ff.tar.xz drakx-backup-do-not-use-d7507de0ce88bdf9b1491d8b29ee8ae481cfe9ff.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 69c50eff3..e789293b6 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 => 0 }, + partitioning => { clearall => 0, eraseBadPartitions => 0, auto_allocate => 0, autoformat => 0, readonly => 1 }, #- partitions => [ #- { mntpoint => "/boot", size => 16 << 11, type => 0x83 }, #- { mntpoint => "/", size => 256 << 11, type => 0x83 }, |