fix(vm_image_util): Remove space before # comment in qemu config.

Last minute bug slipped in because of a line I commented out since the
current coreos kernel doesn't support virtio block devices (that change
coming soon). Qemu doesn't tolerate any spaces before # in comments.
This commit is contained in:
Michael Marineau 2013-07-25 13:54:50 -04:00
parent df886c91e7
commit 9379ee19f0

View File

@ -296,7 +296,7 @@ _write_qemu_conf() {
[drive]
media = "disk"
index = "0"
#if = "virtio"
# if = "virtio"
file = "${dst_name}"
format = "raw"