summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorErik Skultety <eskultet@redhat.com>2019-08-13 13:40:23 +0200
committerMartin Kletzander <mkletzan@redhat.com>2019-08-14 09:25:26 +0200
commit3d5a72e18afcfcdbab35429aeb89d55f48304399 (patch)
tree0617713def87278e2356e0ce728c229c0cc3565c /man
parent92f6109eef44d9bd35cfbec26727768dda27c2c2 (diff)
downloadvirt-manager-3d5a72e18afcfcdbab35429aeb89d55f48304399.tar.gz
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>
Diffstat (limited to 'man')
-rw-r--r--man/virt-install.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/virt-install.pod b/man/virt-install.pod
index cde7b53b..ff05a672 100644
--- a/man/virt-install.pod
+++ b/man/virt-install.pod
@@ -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>
-=item B<--launch-security> TYPE[,OPTS]
+=item B<--launchSecurity> TYPE[,OPTS]
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
invocations:
# 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=virtio-serial,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 \
--launchSecurity sev