summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-09-18 21:09:29 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-09-18 21:09:29 +0000
commit46553ba91335e428eced604db3c2f7ece7875c4e (patch)
treea6462f05c90c2accf95e2a34a9236d158b337387 /perl-install/install2.pm
parent817a42b9e37a78a176e59cf735894a14c54c76eb (diff)
downloaddrakx-backup-do-not-use-46553ba91335e428eced604db3c2f7ece7875c4e.tar
drakx-backup-do-not-use-46553ba91335e428eced604db3c2f7ece7875c4e.tar.gz
drakx-backup-do-not-use-46553ba91335e428eced604db3c2f7ece7875c4e.tar.bz2
drakx-backup-do-not-use-46553ba91335e428eced604db3c2f7ece7875c4e.tar.xz
drakx-backup-do-not-use-46553ba91335e428eced604db3c2f7ece7875c4e.zip
don't create bootdisk by default
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 fb6d0f21c..23343cd25 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -35,7 +35,7 @@ use fs;
#-#######################################################################################
$o = $::o = {
# bootloader => { linear => 0, lba32 => 1, message => 1, timeout => 5, restricted => 0 },
- mkbootdisk => 1, #- no mkbootdisk if 0 or undef, find a floppy with 1, or fd1
+ mkbootdisk => 0, #- no mkbootdisk if 0 or undef, find a floppy with 1, or fd1
#- packages => [ qw() ],
partitioning => { clearall => 0, eraseBadPartitions => 0, auto_allocate => 0 }, #-, readonly => 0 },
security => 2,