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