90qemu-net: install less module for strict hostonly mode

master
Kairui Song 2020-10-20 17:52:03 +08:00 committed by Harald Hoyer
parent 5698258d30
commit 831e310adf
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ check() {
# called by dracut
installkernel() {
# qemu specific modules
hostonly='' instmods virtio_net e1000 8139cp pcnet32 e100 ne2k_pci
hostonly=$(optional_hostonly) instmods virtio_net e1000 8139cp pcnet32 e100 ne2k_pci
}