X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=build-supernested.sh.in;h=e5e2a49045d0de5be3473687951d1b25115e8ed7;hb=HEAD;hp=e3c2b10f2d52d07cacc0fd7e77d3224411682930;hpb=b35b076a78868982d1cdc04a954be969a3c51961;p=supernested.git diff --git a/build-supernested.sh.in b/build-supernested.sh.in index e3c2b10..e5e2a49 100644 --- a/build-supernested.sh.in +++ b/build-supernested.sh.in @@ -40,7 +40,7 @@ if [[ "$distro" =~ ^fedora- ]]; then grep qemu qemu-kvm-rhev - systemd + systemd-udev util-linux " elif [[ "$distro" =~ ^debian- ]]; then @@ -88,6 +88,6 @@ EOF # Copy out the kernel, initrd and disk image. mv tmp-appliance.d/kernel . mv tmp-appliance.d/initrd . -qemu-img convert -f raw tmp-appliance.d/root -O qcow2 "$output" +qemu-img convert -f raw tmp-appliance.d/root -O qcow2 -c "$output" #rm -rf tmp-supermin.d tmp-appliance.d