X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=2019-fosdem%2Frun;h=09b55e2eb6bc0a95ef957076bfc04c6995a2264e;hb=46399e9345856c352ae48d11264f3f6f3d675a2d;hp=3745befeed5576ff70f639003e04397380724f0e;hpb=e46b70d72b4126cbfd077e191420e7dda13addbd;p=libguestfs-talks.git diff --git a/2019-fosdem/run b/2019-fosdem/run index 3745bef..09b55e2 100755 --- a/2019-fosdem/run +++ b/2019-fosdem/run @@ -13,14 +13,14 @@ export GNOME_KEYRING_PID= #unset ftp_proxy # Check the files are precreated. -if [ ! -f 1000-loop-mounting.d/fedora-29.img ]; then - pushd 1000-loop-mounting.d +if [ ! -f 2000-loop-mounting.d/fedora-29.img ]; then + pushd 2000-loop-mounting.d virt-builder fedora-29 popd fi -if [ ! -f 2000-xz-compressed.d/Fedora-Cloud-Base-29-1.2.x86_64.raw.xz ]; then - pushd 2000-xz-compressed.d +if [ ! -f 3000-xz-compressed.d/Fedora-Cloud-Base-29-1.2.x86_64.raw.xz ]; then + pushd 3000-xz-compressed.d wget https://download.fedoraproject.org/pub/fedora/linux/releases/29/Cloud/x86_64/images/Fedora-Cloud-Base-29-1.2.x86_64.raw.xz popd fi