Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/
Date: Wed, 27 Nov 2019 16:40:25
Message-Id: 1574871536.341ee3801aaf1051ea97865c7907bbe0423f3c2b.whissi@gentoo
1 commit: 341ee3801aaf1051ea97865c7907bbe0423f3c2b
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 27 13:41:49 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 27 16:18:56 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=341ee380
7
8 initrd.defaults: Drop bcache from MY_HWOPTS
9
10 There's no /etc/modules/bcache. Bcache module gets loaded via
11 dobcache kernel-commandline argument.
12
13 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
14
15 defaults/initrd.defaults | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/defaults/initrd.defaults b/defaults/initrd.defaults
19 index 9892631..268a7be 100644
20 --- a/defaults/initrd.defaults
21 +++ b/defaults/initrd.defaults
22 @@ -133,4 +133,4 @@ HWOPTS="keymap cache modules virtio hyperv ${HWOPTS_BLK} bcache lvm dmraid multi
23
24 # This is the set of default HWOPTS, in the order that they are loaded.
25 # This is whitespace aligned with HWOPTS above.
26 -MY_HWOPTS=" modules virtio hyperv ${HWOPTS_BLK} bcache lvm dmraid mdadm fs crypto"
27 +MY_HWOPTS=" modules virtio hyperv ${HWOPTS_BLK} lvm dmraid mdadm fs crypto"