aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdefaults/initrd.defaults4
1 files changed, 2 insertions, 2 deletions
diff --git a/defaults/initrd.defaults b/defaults/initrd.defaults
index b028f72..f924140 100755
--- a/defaults/initrd.defaults
+++ b/defaults/initrd.defaults
@@ -88,8 +88,8 @@ DEFAULT_NFSOPTIONS="ro,nolock,rsize=1024,wsize=1024"
# - modules
HWOPTS_BLK='nvme pata sata scsi usb firewire waitscan'
HWOPTS_OBSOLETE='pcmcia ataraid' # Obsolete stuff that might be useful on old hardware, do$X only.
-HWOPTS="keymap cache modules ${HWOPTS_BLK} lvm dmraid multipath mdadm zfs fs net iscsi crypto"
+HWOPTS="keymap cache modules virtio ${HWOPTS_BLK} lvm dmraid multipath mdadm zfs fs net iscsi crypto"
# This is the set of default HWOPTS, in the order that they are loaded.
# This is whitespace aligned with HWOPTS above.
-MY_HWOPTS=" modules ${HWOPTS_BLK} dmraid mdadm fs net crypto"
+MY_HWOPTS=" modules virtio ${HWOPTS_BLK} dmraid mdadm fs net crypto"