Comment 17 for bug 1371634

Revision history for this message
Scott Moser (smoser) wrote : Re: block devices appear twice

OK, so for trivial workaround fix, you can do:
a.) install with curtin as you have
b.) sudo apt-get install multipath-tools-boot
c.) printf "defaults {\n\tuser_friendly_names yes\n}\n" | sudo tee /etc/multipath.conf
d.) sudo update-initramfs -u -k all
e.) sudo reboot

You'll come back up with multipath as the root device.

Oleg is working on a merge proposal for curtin that will do that by default.

When the fix for bug 1432062 lands, then we wont even specifically need the user_friendly_names patch.