We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7496933 commit 765d613Copy full SHA for 765d613
src/cmd-osbuild
@@ -84,7 +84,7 @@ postprocess_qemu_secex() {
84
# Basic qemu args:
85
qemu_args=(); blk_size="512"
86
[[ $platform == metal4k ]] && blk_size="4096"
87
- qemu_args+=("-drive" "if=none,id=target,format=qcow,file=${imgpath},cache=unsafe" \
+ qemu_args+=("-drive" "if=none,id=target,format=qcow2,file=${imgpath},cache=unsafe" \
88
"-device" "virtio-blk,serial=target,drive=target,physical_block_size=${blk_size},logical_block_size=${blk_size}")
89
90
# SecureVM (holding Universal Key for all IBM Z Mainframes) requires scripts to execute genprotimg
0 commit comments