commit:     cd9bc0d95e5b904ce55d354c1aa3f2d69ee3d4e0
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 14 18:14:20 2017 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Fri Jul 14 18:14:20 2017 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=cd9bc0d9

defaults/initrd.defaults: Fix misnamed variable.

Thanks to Andrey Tikhomirov <vamp <AT> vampik.ru> for catching this!

Fixes: https://bugs.gentoo.org/show_bug.cgi?id=622930
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 b7128eb..b028f72 100755
--- a/defaults/initrd.defaults
+++ b/defaults/initrd.defaults
@@ -92,4 +92,4 @@ HWOPTS="keymap cache modules ${HWOPTS_BLK} lvm dmraid 
multipath mdadm zfs fs net
 
 # This is the set of default HWOPTS, in the order that they are loaded.
 # This is whitespace aligned with HWOPTS above.
-MY_HWOPTS="          modules ${HWOPT_BLK}      dmraid           mdadm     fs 
net       crypto"
+MY_HWOPTS="          modules ${HWOPTS_BLK}      dmraid           mdadm     fs 
net       crypto"

Reply via email to