mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
docs: refer to --firmware instead of --loader
The --loader syntax was left over from an earlier version of the code before it was renamed to --firmware. Reviewed-by: Ján Tomko <jtomko@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
f62ce81b8a
commit
4d3b2d77d0
@ -309,7 +309,7 @@ inject a disk password on success:
|
||||
::
|
||||
|
||||
# virt-qemu-sev-validate \
|
||||
--loader OVMF.sev.fd \
|
||||
--firmware OVMF.sev.fd \
|
||||
--tk this-guest-tk.bin \
|
||||
--measurement Zs2pf19ubFSafpZ2WKkwquXvACx9Wt/BV+eJwQ/taO8jhyIj/F8swFrybR1fZ2ID \
|
||||
--api-major 0 \
|
||||
@ -390,7 +390,7 @@ inject a disk password on success:
|
||||
|
||||
# virt-qemu-sev-validate \
|
||||
--connect qemu+ssh://root@some.remote.host/system \
|
||||
--loader OVMF.sev.fd \
|
||||
--firmware OVMF.sev.fd \
|
||||
--tk this-guest-tk.bin \
|
||||
--domain fedora34x86_64 \
|
||||
--disk-password passwd.txt
|
||||
|
Loading…
Reference in New Issue
Block a user