mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-05 00:11:10 +00:00
Continue producing non-UEFI images on non-UEFI arches
This commit is contained in:
parent
0a8a704b0b
commit
fe81277a0f
@ -16,4 +16,6 @@ apt-get install -qqy qemu-utils
|
||||
|
||||
if [ -f binary/boot/disk-uefi.ext4 ]; then
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user