90kernel-modules: Ensure PCI host modules are included

The includes modules like the Intel Volume Management Device driver,
which is required to boot from disk on some systems.

Reference: boo#1079924
master
Daniel Molkentin 2018-03-01 10:24:29 +01:00 committed by Harald Hoyer
parent 3ed33db54a
commit 48723f28aa
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ installkernel() {
"=drivers/input/serio" \
"=drivers/input/keyboard" \
"=drivers/usb/storage" \
"=drivers/pci/host" \
${NULL}

instmods \