summaryrefslogtreecommitdiffstats
path: root/kernel
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 /kernel
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 'kernel')
-rw-r--r--kernel/list_modules.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index a45183697..5ff997b1f 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -134,8 +134,9 @@ our %l = (
qw(ips ppa imm),
),
],
+ virtual => [ qw(xenblk virtio_blk) ],
pcmcia => [ qw(aha152x_cs fdomain_cs nsp_cs qlogic_cs ide-cs pata_pcmcia sym53c500_cs) ],
- raw => [ qw(ide-gd_mod sd_mod virtio_blk) ],
+ raw => [ qw(ide-gd_mod sd_mod) ],
usb => [ qw(usb-storage) ],
firewire => [ qw(sbp2) ],
cdrom => [ qw(ide-cd_mod sr_mod) ],