X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=2019-fosdem%2Frun;h=09b55e2eb6bc0a95ef957076bfc04c6995a2264e;hb=83d493325b8e54b64bf0d56cc6a2f2fb2a1854fb;hp=59c5e2ee83b918150dfb7a6502d1ca7c53a054c3;hpb=c644cd8414d1edba2b07a46cb192500cddea6157;p=libguestfs-talks.git diff --git a/2019-fosdem/run b/2019-fosdem/run index 59c5e2e..09b55e2 100755 --- a/2019-fosdem/run +++ b/2019-fosdem/run @@ -13,32 +13,18 @@ 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 -if [ ! -f 2200-partitioning.d/boot.img ]; then - guestfish --ro -a 1000-loop-mounting.d/fedora-29.img -i <