summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2023-10-02 15:10:18 +0000
committerFelix Yan <felixonmars@archlinux.org>2023-10-02 15:10:18 +0000
commit4cb2b9cc1c117be239bf2db27361f5a42923dd99 (patch)
tree9757806c86113ccf505acf0889eaf7994b82810c
parentd587832935dad558a7542159ceb1cceead706450 (diff)
install/block: include pci controller modules
Fixes virtio-blk devices attached to PCI on QEMU (which is the case for libvirt), and possibly also hyperv. Only 38K in size on x86_64, shouldn't be a problem to add :) Supersedes the particular mention of `vmd` module because it's also inside this folder.
-rw-r--r--install/block4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/block b/install/block
index 0d41cba..4e25bf5 100644
--- a/install/block
+++ b/install/block
@@ -31,8 +31,8 @@ build() {
# nvdimm
add_checked_modules '/drivers/nvdimm/'
- # Intel Volume Management Device
- add_checked_modules 'vmd'
+ # pci controller
+ add_checked_modules '/drivers/pci/controller/'
}
help() {