Comment 2 for bug 956039

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

Just for information, I just rand this on my mirror of cloud-images:
$ sudo sh -c 'tmpd=$(mktemp -d); for tarball in $(find -type f -name "*server*-i386.tar.gz" | sort); do echo === "$(date +%H:%M:%S): $tarball" === ; ( cd "$tmpd" && rm -rf * && tar -Sxzf - && mkdir mp && sudo mount -o loop *.img mp && ls -ld mp/etc ) < $tarball ; ret=$?; sudo umount $tmpd/mp ; [ $ret -eq 0 ] || { echo "FAILED" ; break; } ; done 2>&1 '| tee /tmp/out.log

Attaching the output.

It seems to have come in at oneiric alpha-3.