From e7341d2e76655f2c7a8cf16374ca37cb66fba69c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 26 Mar 2004 11:07:26 +0000 Subject: (method_choices) blacklist again Savage, they're broken again :-( --- perl-install/bootloader.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'perl-install/bootloader.pm') diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index 5f5d4384f..243f69708 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -662,9 +662,7 @@ sub method_choices { if_(arch() =~ /sparc/, 'silo' => N("SILO"), ), if_(arch() !~ /sparc|ppc/ && !isLoopback(fsedit::get_root($fstab)) && whereis_binary('lilo'), - if_(!(find { $_->{vendor} == 0x5333 && $_->{subid} == 0x8d03 } detect_devices::probeall()), - '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)) && whereis_binary('grub'), 'grub' => N("Grub"), -- cgit v1.2.1