From cc6d1ea0c4ed0f026b82900f1a9385e8d241dbdf Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 12 Dec 2014 19:37:15 +0100 Subject: do not load hyper-v modules (mga#14117) this is already done by udev in stage1 (thanks David Remy for testing) --- perl-install/modules.pm | 5 ----- 1 file changed, 5 deletions(-) (limited to 'perl-install/modules.pm') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 775a67447..6e448a916 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -268,11 +268,6 @@ sub when_load_category { eval { load('ide_gd_mod') }; } elsif ($category =~ m,disk/(scsi|hardware_raid|sata|firewire|virtual),) { $conf->add_probeall('scsi_hostadapter', $name); - if (detect_devices::isHyperv()) { - log::l("HyperV detected. Loading storvsc"); - # those works on Hyper-V but fails on Virtual PC: - eval { load($_) } foreach qw(hv_vmbus hv_storvsc); - } eval { load('sd_mod') }; } elsif ($category eq 'bus/usb') { $conf->add_probeall('usb-interface', $name); -- cgit v1.2.1