commit: 341ee3801aaf1051ea97865c7907bbe0423f3c2b
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 27 13:41:49 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Nov 27 16:18:56 2019 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=341ee380
initrd.defaults: Drop bcache from MY_HWOPTS
There's no /etc/modules/bcache. Bcache module gets loaded via
dobcache kernel-commandline argument.
Signed-off-by: Thomas Deutschmann <whissi <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 9892631..268a7be 100644
--- a/defaults/initrd.defaults
+++ b/defaults/initrd.defaults
@@ -133,4 +133,4 @@ HWOPTS="keymap cache modules virtio hyperv ${HWOPTS_BLK}
bcache lvm dmraid multi
# 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 hyperv ${HWOPTS_BLK} bcache lvm dmraid
mdadm fs crypto"
+MY_HWOPTS=" modules virtio hyperv ${HWOPTS_BLK} lvm dmraid
mdadm fs crypto"