diff -Nru partman-multipath-4ubuntu1/debian/changelog partman-multipath-4ubuntu1bindings1/debian/changelog --- partman-multipath-4ubuntu1/debian/changelog 2015-03-17 01:20:34.000000000 -0300 +++ partman-multipath-4ubuntu1bindings1/debian/changelog 2015-04-19 10:58:52.000000000 -0300 @@ -1,3 +1,10 @@ +partman-multipath (4ubuntu1bindings1) UNRELEASED; urgency=medium + + * post-base-installer.d/60multipath: copy multipath bindings to target. + (this is an install-time workaround for LP: #) + + -- Mauricio Faria de Oliveira Sun, 19 Apr 2015 10:58:52 -0300 + partman-multipath (4ubuntu1) vivid; urgency=medium [ Mauricio Faria de Oliveira ] diff -Nru partman-multipath-4ubuntu1/post-base-installer.d/60multipath partman-multipath-4ubuntu1bindings1/post-base-installer.d/60multipath --- partman-multipath-4ubuntu1/post-base-installer.d/60multipath 2015-03-16 18:44:22.000000000 -0300 +++ partman-multipath-4ubuntu1bindings1/post-base-installer.d/60multipath 2015-04-19 10:57:40.000000000 -0300 @@ -12,6 +12,12 @@ cp /etc/multipath.conf /target/etc/multipath.conf fi +# copy over the persistent binding (in /etc) +if [ -r /etc/multipath/bindings ]; then + mkdir -p /target/etc/multipath + cp /etc/multipath/bindings /target/etc/multipath/ +fi + # copy over the persistent binding if [ -r /var/lib/multipath/bindings ]; then mkdir -p /target/var/lib/multipath