commit:     5a71a83a82e21d486224b63c3ebf6ce692156d08
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 24 19:40:29 2014 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 07:24:36 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=5a71a83a

multipath needs to be autoloaded with domultipath, ditto dozfs => zfs.

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

---
 defaults/initrd.defaults | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/defaults/initrd.defaults b/defaults/initrd.defaults
index cbf18f3..69be516 100755
--- a/defaults/initrd.defaults
+++ b/defaults/initrd.defaults
@@ -70,7 +70,10 @@ LOOPS='/livecd.loop /zisofs /livecd.squashfs /image.squashfs 
/livecd.gcloop'
 
 DEFAULT_NFSOPTIONS="ro,nolock,rsize=1024,wsize=1024"
 
+# This should list all possible hwopts that take do/no prefixes
+# this is part of the load order too fyi
+HWOPTS='keymap cache modules pata sata scsi usb firewire waitscan lvm dmraid 
multipath mdadm zfs fs net'
+
 # Only sections that are in by default or those that
 # are not module groups need to be defined here...
-HWOPTS='keymap cache modules pata sata scsi usb firewire waitscan lvm dmraid 
mdadm fs net'
 MY_HWOPTS='modules pata sata scsi usb firewire waitscan dmraid mdadm fs net 
iscsi crypto'

Reply via email to