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: 1509476143.f6cc1eaabe9d6cb27c12fa89d170b2a87bcd0781.robbat2@gentoo
1 commit: f6cc1eaabe9d6cb27c12fa89d170b2a87bcd0781
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 31 18:55:43 2017 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 31 18:55:43 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=f6cc1eaa
7
8 initrd.default: dolvm by default, was already implied by dodmraid.
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 defaults/initrd.defaults | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/defaults/initrd.defaults b/defaults/initrd.defaults
16 index f924140..49bf1ba 100755
17 --- a/defaults/initrd.defaults
18 +++ b/defaults/initrd.defaults
19 @@ -92,4 +92,4 @@ HWOPTS="keymap cache modules virtio ${HWOPTS_BLK} lvm dmraid multipath mdadm zfs
20
21 # This is the set of default HWOPTS, in the order that they are loaded.
22 # This is whitespace aligned with HWOPTS above.
23 -MY_HWOPTS=" modules virtio ${HWOPTS_BLK} dmraid mdadm fs net crypto"
24 +MY_HWOPTS=" modules virtio ${HWOPTS_BLK} lvm dmraid mdadm fs net crypto"