Use comma not space for QEMUMACHINE value
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
f2ef1f1a37
commit
a8dc6c425c
@ -4289,7 +4289,7 @@
|
|||||||
# pseries-4.0 is a workaround for
|
# pseries-4.0 is a workaround for
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1769600
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1769600
|
||||||
# usb=off is an os-autoinst default when QEMUMACHINE is not set
|
# usb=off is an os-autoinst default when QEMUMACHINE is not set
|
||||||
{ key => "QEMUMACHINE", value => "pseries-4.0 usb=off" },
|
{ key => "QEMUMACHINE", value => "pseries-4.0,usb=off" },
|
||||||
{ key => "ARCH_BASE_MACHINE", value => "ppc64le" },
|
{ key => "ARCH_BASE_MACHINE", value => "ppc64le" },
|
||||||
{ key => "WORKER_CLASS", value => "qemu_ppc64le" },
|
{ key => "WORKER_CLASS", value => "qemu_ppc64le" },
|
||||||
{ key => "PART_TABLE_TYPE", value => "mbr"},
|
{ key => "PART_TABLE_TYPE", value => "mbr"},
|
||||||
|
Loading…
Reference in New Issue
Block a user