Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/
Date: Tue, 31 Oct 2017 18:59:24
Message-Id: 1509476101.7254cffefdf4c7e971c4417c69ca70f8f4ac8fc9.robbat2@gentoo
1 commit: 7254cffefdf4c7e971c4417c69ca70f8f4ac8fc9
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 31 18:55:01 2017 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 31 18:55:01 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=7254cffe
7
8 initrd.defaults: virtio modules in initramfs, enabled by default.
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 defaults/initrd.defaults | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/defaults/initrd.defaults b/defaults/initrd.defaults
16 index b028f72..f924140 100755
17 --- a/defaults/initrd.defaults
18 +++ b/defaults/initrd.defaults
19 @@ -88,8 +88,8 @@ DEFAULT_NFSOPTIONS="ro,nolock,rsize=1024,wsize=1024"
20 # - modules
21 HWOPTS_BLK='nvme pata sata scsi usb firewire waitscan'
22 HWOPTS_OBSOLETE='pcmcia ataraid' # Obsolete stuff that might be useful on old hardware, do$X only.
23 -HWOPTS="keymap cache modules ${HWOPTS_BLK} lvm dmraid multipath mdadm zfs fs net iscsi crypto"
24 +HWOPTS="keymap cache modules virtio ${HWOPTS_BLK} lvm dmraid multipath mdadm zfs fs net iscsi crypto"
25
26 # This is the set of default HWOPTS, in the order that they are loaded.
27 # This is whitespace aligned with HWOPTS above.
28 -MY_HWOPTS=" modules ${HWOPTS_BLK} dmraid mdadm fs net crypto"
29 +MY_HWOPTS=" modules virtio ${HWOPTS_BLK} dmraid mdadm fs net crypto"