From 7b4651896ee17d5f5dda786a8672ff9188d7cf38 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 11 Jul 2002 14:27:50 +0000 Subject: use get_probeall instead of get_alias for usb-interface --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 4e5bff38b..30beca8b2 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -363,7 +363,7 @@ sub setDefaultPackages { $o->{compssUsersChoice}{DOCS} = !$o->{excludedocs}; $o->{compssUsersChoice}{BURNER} = 1 if detect_devices::burners(); $o->{compssUsersChoice}{DVD} = 1 if detect_devices::dvdroms(); - $o->{compssUsersChoice}{USB} = 1 if modules::get_alias("usb-interface"); + $o->{compssUsersChoice}{USB} = 1 if modules::get_probeall("usb-interface"); $o->{compssUsersChoice}{PCMCIA} = 1 if detect_devices::hasPCMCIA(); $o->{compssUsersChoice}{HIGH_SECURITY} = 1 if $o->{security} > 3; $o->{compssUsersChoice}{BIGMEM} = 1 if !$::oem && (availableRamMB() > 800) && (arch() !~ /ia64/); -- cgit v1.2.1