]> git.ipfire.org Git - thirdparty/dracut.git/commit
dracut-functions.sh:get_persistent_dev() exception for multipath devices
authorHarald Hoyer <harald@redhat.com>
Fri, 28 Sep 2012 09:13:20 +0000 (11:13 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 28 Sep 2012 13:29:47 +0000 (15:29 +0200)
commit9037b63eb2f5acf25430e1d552143780dbe4eb02
treefd2e436703ae390d286920d31ea7ef2f1abed0d6
parent308015bc4d47a7202bf201c20eb627c9c6a79e0e
dracut-functions.sh:get_persistent_dev() exception for multipath devices

An exception is multipath devices, child and top layer device may have
same uuid. As dm devices maintain /dev/mapper/* as persistent names,
just do not doing converting for them.
dracut-functions.sh