Skip to content

Commit

Permalink
fix(virtiofs): add virtio_pci kernel module to virtiofs
Browse files Browse the repository at this point in the history
fix #2357

Signed-off-by: Sergio E. Nemirowski <sergio@outerface.net>
  • Loading branch information
532910 authored and aafeijoo-suse committed Jun 5, 2023
1 parent c08ae40 commit 07b49a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.d/95virtiofs/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ depends() {

# called by dracut
installkernel() {
instmods virtiofs
instmods virtiofs virtio_pci
}

# called by dracut
Expand Down

0 comments on commit 07b49a3

Please sign in to comment.