mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-06 08:51:10 +00:00
Use default compat for qcow2 images.
This will cause images to be created with more moderm features which will make our images faster and provide better sparse handling.
This commit is contained in:
parent
e72421d18e
commit
995295964b
@ -370,7 +370,7 @@ create_derivative() {
|
||||
convert_to_qcow2() {
|
||||
src="$1"
|
||||
destination="$2"
|
||||
qemu-img convert -c -O qcow2 -o compat=0.10 "$src" "$destination"
|
||||
qemu-img convert -c -O qcow2 "$src" "$destination"
|
||||
qemu-img info "$destination"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user