Comment 7 for bug 1582410

Revision history for this message
Scott Moser (smoser) wrote :

$ s=20160519.1
$ wget http://images.maas.io/ephemeral-v2/daily/precise/amd64/$s/root-image.gz -O - | tee precise-root-image-$s.gz | zcat > precise-root-image-$s
$ sudo mount-image-callback "precise-root-image-$s" --read-only -- \
    chroot _MOUNTPOINT_ sh -c 'cat /etc/cloud/build.info; dpkg-query --show cloud-init'
build_name: server
serial: 20160519.1
cloud-init 0.7.0-0ubuntu2

So the maas image build is now fixed to get cloud-init correctly from the ppa.