mirror of
https://github.com/virt-manager/virt-manager.git
synced 2026-09-03 20:52:52 -05:00
cli: Add nvram.templateFormat to indicate template format
Signed-off-by: Lin Ma <lma@suse.de>
This commit is contained in:
@@ -108,6 +108,8 @@
|
||||
<feature enabled="yes" name="secure-boot"/>
|
||||
<feature enabled="no" name="enrolled-keys"/>
|
||||
</firmware>
|
||||
<loader type="pflash">CODE.fd</loader>
|
||||
<nvram template="VARS.fd" templateFormat="raw"/>
|
||||
<initarg>foo=bar</initarg>
|
||||
<initarg>baz=woo</initarg>
|
||||
<initenv name="MYENV">some value</initenv>
|
||||
|
||||
+2
-1
@@ -500,7 +500,8 @@ bios.useserial=no,bios.rebootTimeout=60,cmdline=root=/foo,\
|
||||
bootmenu.enable=yes,bootmenu.timeout=5000,\
|
||||
acpi.table=/path/to/slic.dat,acpi.table.type=slic,\
|
||||
initenv0.name=MYENV,initenv0='some value',initenv1.name=FOO,initenv1=bar,\
|
||||
initdir=/my/custom/cwd,inituser=tester,initgroup=1000
|
||||
initdir=/my/custom/cwd,inituser=tester,initgroup=1000,\
|
||||
loader_type=pflash,loader=CODE.fd,nvram.template=VARS.fd,nvram.templateFormat=raw
|
||||
|
||||
|
||||
--vcpus vcpus=9,vcpu.placement=static,\
|
||||
|
||||
Reference in New Issue
Block a user