mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-04 14:51:16 +00:00
ubuntu-cpc: clean up qcow2 image builds
- use convert_to_qcow2 to create the qcow2 - remove assumption of disk1.img existing
This commit is contained in:
parent
c6077abaab
commit
421269a732
@ -2,15 +2,12 @@
|
||||
|
||||
apt-get install -qqy qemu-utils
|
||||
|
||||
convert_image() {
|
||||
src="$1"
|
||||
destination="$2"
|
||||
qemu-img convert -c -O qcow2 -o compat=0.10 "$src" "$destination"
|
||||
qemu-img info "$destination"
|
||||
}
|
||||
. /build/config/functions
|
||||
|
||||
convert_image binary/boot/disk.ext4 livecd.ubuntu-cpc.disk1.img
|
||||
if [ -f binary/boot/disk.ext4 ]; then
|
||||
convert_to_qcow2 binary/boot/disk.ext4 livecd.ubuntu-cpc.disk1.img
|
||||
fi
|
||||
|
||||
if [ -f binary/boot/disk-uefi.ext4 ]; then
|
||||
convert_image binary/boot/disk-uefi.ext4 livecd.ubuntu-cpc.uefi1.img
|
||||
convert_to_qcow2 binary/boot/disk-uefi.ext4 livecd.ubuntu-cpc.uefi1.img
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user