summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-09-09 15:31:49 +0000
committerFrancois Pons <fpons@mandriva.com>2003-09-09 15:31:49 +0000
commite48319e560b7b728f421790ee4bec865c3c6bb50 (patch)
treef84d39cbee31d4a8c02ed5c084852b82b8abc2b9 /perl-install
parent24743c8bcfa80b510156c64f6e5455c13977c875 (diff)
downloaddrakx-e48319e560b7b728f421790ee4bec865c3c6bb50.tar
drakx-e48319e560b7b728f421790ee4bec865c3c6bb50.tar.gz
drakx-e48319e560b7b728f421790ee4bec865c3c6bb50.tar.bz2
drakx-e48319e560b7b728f421790ee4bec865c3c6bb50.tar.xz
drakx-e48319e560b7b728f421790ee4bec865c3c6bb50.zip
avoid lilo-graphic for ProSavageDDR card as this card seems to report bad window size.
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/bootloader.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm
index 39b99815e..133e39860 100644
--- a/perl-install/bootloader.pm
+++ b/perl-install/bootloader.pm
@@ -655,7 +655,7 @@ sub method_choices {
if_(arch() =~ /sparc/,
'silo' => N("SILO"),
), if_(arch() !~ /sparc|ppc/ && !isLoopback(fsedit::get_root($fstab)),
- 'lilo-graphic' => N("LILO with graphical menu"),
+ if_(!detect_devices::matching_desc('ProSavageDDR'), 'lilo-graphic' => N("LILO with graphical menu")),
'lilo-menu' => N("LILO with text menu"),
), if_(arch() !~ /sparc|ppc/ && !isRAID(fsedit::get_root($fstab)),
'grub' => N("Grub"),