X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=2019-fosdem%2Frun;h=09b55e2eb6bc0a95ef957076bfc04c6995a2264e;hb=46399e9345856c352ae48d11264f3f6f3d675a2d;hp=e8e364bbe519b2b2cfc1d578e78310d68726cb1a;hpb=db2f21796bdcbab3f8941fd56361047233aa81f7;p=libguestfs-talks.git diff --git a/2019-fosdem/run b/2019-fosdem/run index e8e364b..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 <