]> git.ipfire.org Git - thirdparty/dracut.git/commit
95zfcp_rules: Store all devices in commandline
authorHannes Reinecke <hare@suse.de>
Thu, 10 Jul 2014 12:56:54 +0000 (14:56 +0200)
committerDaniel Molkentin <dmolkentin@suse.com>
Fri, 23 Jun 2017 19:27:38 +0000 (21:27 +0200)
commit3a8ba440265696ce1279dc12eb5a7acda14c1712
treed191b44069f062cd0036c3372ea4d5bbb9575eb3
parente0c3b0793f92c24d442f543a755aed8cc218ab20
95zfcp_rules: Store all devices in commandline

'for_each_host_dev_and_slaves' would stop at the first found
device, so the cmdline() call would never list all required
devices. Use 'for_each_host_dev_and_slaves_all' instead and
filter out duplicates.

Signed-off-by: Hannes Reinecke <hare@suse.de>
modules.d/95zfcp_rules/module-setup.sh