diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-08-27 23:27:56 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-08-27 23:27:56 +0000 |
commit | 0499c68e443c74e470e2fd5027524717297d033d (patch) | |
tree | 9b8e98fa64e5a0819d5b7b07a37cb8682bc4a61d /perl-install/install2.pm | |
parent | ab005c9baf1c6065d4fdfad3983ff37fd6acb714 (diff) | |
download | drakx-0499c68e443c74e470e2fd5027524717297d033d.tar drakx-0499c68e443c74e470e2fd5027524717297d033d.tar.gz drakx-0499c68e443c74e470e2fd5027524717297d033d.tar.bz2 drakx-0499c68e443c74e470e2fd5027524717297d033d.tar.xz drakx-0499c68e443c74e470e2fd5027524717297d033d.zip |
:x
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 5dc3bd2aa..fdd1696f4 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -33,7 +33,7 @@ use fs; #-the variable $default) #-####################################################################################### $o = $::o = { -# bootloader => { linear => 0, lba32 => 1, message => 1, timeout => 5, restricted => 0 }, +# bootloader => { linear => 0, message => 1, timeout => 5, restricted => 0 }, 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 }, |