Code review comment for lp:~ltrager/curtin/lp1640519

Revision history for this message
Lee Trager (ltrager) wrote :

I ended up running into another bug while testing. Curtin updates the initrd a second time on ARM but wasn't mounting /dev which caused update-initramfs to fail. Instead of calling util.subp update_initramfs now uses util.ChrootableTarget which automatically mounts /dev, /sys, and /proc. After making that change I was able to deploy Xenial on an ARM host.

« Back to merge proposal