summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mandriva.org>2009-08-14 20:16:42 +0000
committerPascal Terjan <pterjan@mandriva.org>2009-08-14 20:16:42 +0000
commit39882af875a8970e789189de4c93e308a0b751fc (patch)
tree7580864c172402670d4651aec207f698029a7ee8 /perl-install/install/steps_interactive.pm
parent5b85bc9a48586804b22ff86e34f36e0b202d0c6e (diff)
downloaddrakx-backup-do-not-use-39882af875a8970e789189de4c93e308a0b751fc.tar
drakx-backup-do-not-use-39882af875a8970e789189de4c93e308a0b751fc.tar.gz
drakx-backup-do-not-use-39882af875a8970e789189de4c93e308a0b751fc.tar.bz2
drakx-backup-do-not-use-39882af875a8970e789189de4c93e308a0b751fc.tar.xz
drakx-backup-do-not-use-39882af875a8970e789189de4c93e308a0b751fc.zip
set virtio/xen block modules in a section actually used
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r--perl-install/install/steps_interactive.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index 2719c2b48..acdbb57d6 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -254,8 +254,8 @@ sub setupSCSI {
modules::interactive::load_category($o, $o->{modules_conf}, 'bus/firewire', 1);
my $have_non_scsi = detect_devices::hds(); #- at_least_one scsi device if we have no disks
- modules::interactive::load_category($o, $o->{modules_conf}, 'disk/card_reader|ide|scsi|hardware_raid|sata|firewire', 1, !$have_non_scsi);
- modules::interactive::load_category($o, $o->{modules_conf}, 'disk/card_reader|ide|scsi|hardware_raid|sata|firewire') if !detect_devices::hds(); #- we really want a disk!
+ modules::interactive::load_category($o, $o->{modules_conf}, 'disk/card_reader|ide|scsi|hardware_raid|sata|firewire|virtual', 1, !$have_non_scsi);
+ modules::interactive::load_category($o, $o->{modules_conf}, 'disk/card_reader|ide|scsi|hardware_raid|sata|firewire|virtual') if !detect_devices::hds(); #- we really want a disk!
install::interactive::tellAboutProprietaryModules($o);