|
|
@ -16,4 +16,6 @@ apt-get install -qqy qemu-utils
|
|
|
|
|
|
|
|
|
|
|
|
if [ -f binary/boot/disk-uefi.ext4 ]; then
|
|
|
|
if [ -f binary/boot/disk-uefi.ext4 ]; then
|
|
|
|
convert_to_qcow2 binary/boot/disk-uefi.ext4 livecd.ubuntu-cpc.img
|
|
|
|
convert_to_qcow2 binary/boot/disk-uefi.ext4 livecd.ubuntu-cpc.img
|
|
|
|
|
|
|
|
elif [ -f binary/boot/disk.ext4 ]; then
|
|
|
|
|
|
|
|
convert_to_qcow2 binary/boot/disk.ext4 livecd.ubuntu-cpc.img
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|