Skip to content

Commit 034bd36

Browse files
committed
build-buildroot: fix qemu-img -T order
Fix #42
1 parent 35684b1 commit 034bd36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,10 +558,10 @@ def raw_to_qcow2(prebuilt=False, reverse=False):
558558
common.run_cmd(
559559
[
560560
qemu_img_executable, common.Newline,
561-
'convert', common.Newline,
562561
] +
563562
disable_trace +
564563
[
564+
'convert', common.Newline,
565565
'-f', infmt, common.Newline,
566566
'-O', outfmt, common.Newline,
567567
infile, common.Newline,

0 commit comments

Comments
 (0)