Apply patch from robbat2 to finish wiring up multipath support
authorAndrew Gaffney <agaffney@gentoo.org>
Fri, 6 Mar 2009 13:34:02 +0000 (07:34 -0600)
committerAndrew Gaffney <agaffney@gentoo.org>
Fri, 6 Mar 2009 13:34:02 +0000 (07:34 -0600)
ChangeLog
gen_determineargs.sh
genkernel.conf

index b0c11f0a52e04be76f1bd336edf206bac79687a9..9e5f7533967fbf192f0b50cd5b6a6b59166057e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS)
 # Distributed under the GPL v2
 
+  06 Mar 2009; Andrew Gaffney <agaffney@gentoo.org> gen_determineargs.sh,
+  genkernel.conf:
+  Apply patch from robbat2 to finish wiring up multipath support
+
   06 Mar 2009; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
   Modify append_data to die on 0 arguments and check arg 2 with isTrue().
   Based on a patch from robbat2
index 4b6cfe438d33248f210afd1ed35f84a203483c70..f6c45a191f2dd3e35d16a832b6ea9edd4921fe36 100755 (executable)
@@ -109,6 +109,7 @@ determine_real_args() {
        set_config_with_override 1 DISKLABEL            CMD_DISKLABEL
        set_config_with_override 1 LUKS                 CMD_LUKS
        set_config_with_override 1 MDADM                CMD_MDADM
+       set_config_with_override 1 MULTIPATH            CMD_MULTIPATH
        set_config_with_override 1 FIRMWARE             CMD_FIRMWARE
        set_config_with_override 2 FIRMWARE_DIR         CMD_FIRMWARE_DIR         "/lib/firmware"
        set_config_with_override 2 FIRMWARE_FILES       CMD_FIRMWARE_FILES
index 41ed04741a31ecbf29043de0a78d9b8d8924ddcb..50052b7f4bcb71cfe2222206cad952126c98c279 100644 (file)
@@ -66,6 +66,9 @@ USECOLOR="yes"
 # Copy /etc/mdadm.conf to initramfs.
 # MDADM="no"
 
+# Add Multipath support.
+# MULTIPATH="no"
+
 # Enable copying of firmware into initramfs
 # FIRMWARE="no"
 # Specify directory to pull from