summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-09-26 09:56:38 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-09-26 09:56:38 +0000
commitd097f78a2743b93506f0026853afe1afe1433529 (patch)
tree7f7f0366f2522e63a876abe3abda0d035cb2dd00 /perl-install
parent044162170a90d3a699847c5f8004b9d3a2cad427 (diff)
downloaddrakx-d097f78a2743b93506f0026853afe1afe1433529.tar
drakx-d097f78a2743b93506f0026853afe1afe1433529.tar.gz
drakx-d097f78a2743b93506f0026853afe1afe1433529.tar.bz2
drakx-d097f78a2743b93506f0026853afe1afe1433529.tar.xz
drakx-d097f78a2743b93506f0026853afe1afe1433529.zip
use compact by default, it is strongly suggested in lilo's documentation even
if it can lead to bios issues. to be disabled if it causes pbs
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/bootloader.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm
index 8e177c93c..885b6c407 100644
--- a/perl-install/bootloader.pm
+++ b/perl-install/bootloader.pm
@@ -807,6 +807,7 @@ sub suggest {
if_(arch() !~ /ia64/,
boot => "/dev/" . ($onmbr ? $all_hds->{hds}[0]{device} : $boot),
map => "/boot/map",
+ compact => 1,
color => 'black/cyan yellow/cyan',
'menu-scheme' => 'wb:bw:wb:bw'
),