testing: Explicitly encode backing image format in metadata
Apparently, there is no probing anymore in newer versions of qemu due to security considerations.
This commit is contained in:
committed by
Andreas Steffen
parent
fcb595f961
commit
fde5374a86
@@ -96,7 +96,7 @@ case "$GUEST" in
|
||||
"")
|
||||
if [ ! -f "$ROOTIMG" -o "$REPLACE" ]; then
|
||||
log_action "Creating root image $ROOTIMG"
|
||||
execute "qemu-img create -b $BASEIMG -f $IMGEXT $ROOTIMG"
|
||||
execute "qemu-img create -b $BASEIMG -f $IMGEXT -F $IMGEXT $ROOTIMG"
|
||||
ALL_RECIPES=1
|
||||
fi
|
||||
log_action "Connecting root image to NBD device $NBDEV"
|
||||
|
||||
Reference in New Issue
Block a user