man: virt-install: Fix a couple of launchSecurity related typos

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
Erik Skultety 2019-08-13 13:40:23 +02:00 committed by Martin Kletzander
parent 92f6109eef
commit 3d5a72e18a

View File

@ -396,11 +396,11 @@ Configure guest power management features. Example:
Use --pm=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsPowerManagement> Use --pm=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsPowerManagement>
=item B<--launch-security> TYPE[,OPTS] =item B<--launchSecurity> TYPE[,OPTS]
Enable launch security for the guest, e.g. AMD SEV. Enable launch security for the guest, e.g. AMD SEV.
Use --launch-security=? to see a list of all available sub options. Complete Use --launchSecurity=? to see a list of all available sub options. Complete
details at L<https://libvirt.org/formatdomain.html#launchSecurity>. Example details at L<https://libvirt.org/formatdomain.html#launchSecurity>. Example
invocations: invocations:
# This will use a default policy 0x03 # This will use a default policy 0x03
@ -1884,7 +1884,7 @@ refer to libvirt docs for a detailed explanation.
--controller type=scsi,model=virtio-scsi,driver.iommu=on \ --controller type=scsi,model=virtio-scsi,driver.iommu=on \
--controller type=virtio-serial,driver.iommu=on \ --controller type=virtio-serial,driver.iommu=on \
--network network=default,model=virtio,driver.iommu=on \ --network network=default,model=virtio,driver.iommu=on \
--rng driver,iommu=on \ --rng /dev/random,driver.iommu=on \
--memballoon driver.iommu=on \ --memballoon driver.iommu=on \
--launchSecurity sev --launchSecurity sev