cli: Fix the qemu-virtiofs.toml

This will fix the qemu-virtiofs.toml to use the kernel with virtiofs.
Also removes the initrd image from the toml.

Depends-on: github.com/kata-containers/packaging#731

Fixes #2077

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes
2019-09-19 03:31:01 -05:00
parent 46e1880c8d
commit cdb1b5c31c
2 changed files with 9 additions and 4 deletions

View File

@@ -12,8 +12,7 @@
[hypervisor.qemu]
path = "@QEMUVIRTIOFSPATH@"
kernel = "@KERNELPATH@"
initrd = "@INITRDPATH@"
kernel = "@KERNELVIRTIOFSPATH@"
image = "@IMAGEPATH@"
machine_type = "@MACHINETYPE@"