commit:     7254cffefdf4c7e971c4417c69ca70f8f4ac8fc9
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 31 18:55:01 2017 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Tue Oct 31 18:55:01 2017 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=7254cffe

initrd.defaults: virtio modules in initramfs, enabled by default.

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 defaults/initrd.defaults | 4 ++--
 1 file 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"

Reply via email to