From 46553ba91335e428eced604db3c2f7ece7875c4e Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 18 Sep 2001 21:09:29 +0000 Subject: don't create bootdisk by default --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install2.pm') 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, -- cgit v1.2.1