mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 23:21:17 +02:00
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:
parent
df886c91e7
commit
9379ee19f0
@ -296,7 +296,7 @@ _write_qemu_conf() {
|
||||
[drive]
|
||||
media = "disk"
|
||||
index = "0"
|
||||
#if = "virtio"
|
||||
# if = "virtio"
|
||||
file = "${dst_name}"
|
||||
format = "raw"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user