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 58face4 commit 8cd2659Copy full SHA for 8cd2659
run
@@ -229,7 +229,7 @@ ${vnc}"
229
root='root=/dev/anything'
230
else
231
if [ ! "$arch" = mips64 ]; then
232
- extra_flags="${extra_flags} -drive file='${images_dir}/rootfs.ext2.qcow2,if=virtio,format=qcow2' \\
+ extra_flags="${extra_flags} -drive 'file=${images_dir}/rootfs.ext2.qcow2,if=virtio,format=qcow2' \\
233
"
234
root='root=/dev/vda'
235
fi
@@ -279,7 +279,7 @@ ${extra_flags} \
279
mips64)
280
if ! "$ramfs"; then
281
root='root=/dev/hda'
282
- extra_flags="${extra_flags} -drive file='${images_dir}/rootfs.ext2.qcow2,format=qcow2' \\
+ extra_flags="${extra_flags} -drive 'file=${images_dir}/rootfs.ext2.qcow2,format=qcow2' \\
283
284
285
cmd="\
0 commit comments