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 db0d071 commit 5509a8bCopy full SHA for 5509a8b
src/cmd-buildextend-metal
@@ -68,7 +68,7 @@ postprocess_qemu_secex() {
68
# Basic qemu args:
69
qemu_args=(); blk_size="512"
70
[[ $platform == metal4k ]] && blk_size="4096"
71
- qemu_args+=("-drive" "if=none,id=target,format=${image_format},file=${imgpath},cache=unsafe" \
+ qemu_args+=("-drive" "if=none,id=target,format=qcow,file=${imgpath},cache=unsafe" \
72
"-device" "virtio-blk,serial=target,drive=target,physical_block_size=${blk_size},logical_block_size=${blk_size}")
73
74
# SecureVM (holding Universal Key for all IBM Z Mainframes) requires scripts to execute genprotimg
0 commit comments