diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-09-18 21:09:29 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-09-18 21:09:29 +0000 |
commit | 46553ba91335e428eced604db3c2f7ece7875c4e (patch) | |
tree | a6462f05c90c2accf95e2a34a9236d158b337387 /perl-install/install2.pm | |
parent | 817a42b9e37a78a176e59cf735894a14c54c76eb (diff) | |
download | drakx-46553ba91335e428eced604db3c2f7ece7875c4e.tar drakx-46553ba91335e428eced604db3c2f7ece7875c4e.tar.gz drakx-46553ba91335e428eced604db3c2f7ece7875c4e.tar.bz2 drakx-46553ba91335e428eced604db3c2f7ece7875c4e.tar.xz drakx-46553ba91335e428eced604db3c2f7ece7875c4e.zip |
don't create bootdisk by default
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 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, |