Blame SOURCES/virt-manager-man-virt-install-Fix-a-couple-of-launchSecurity-related-typos.patch

05a438
From 6a5ca07b8dccbd87a5c896336b09ea37bf80a01a Mon Sep 17 00:00:00 2001
05a438
Message-Id: <6a5ca07b8dccbd87a5c896336b09ea37bf80a01a@dist-git>
05a438
From: Pavel Hrdina <phrdina@redhat.com>
05a438
Date: Wed, 14 Aug 2019 09:45:19 +0200
05a438
Subject: [PATCH] man: virt-install: Fix a couple of launchSecurity related
05a438
 typos
05a438
05a438
From: Erik Skultety <eskultet@redhat.com>
05a438
05a438
Signed-off-by: Erik Skultety <eskultet@redhat.com>
05a438
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
05a438
(cherry picked from commit 3d5a72e18afcfcdbab35429aeb89d55f48304399)
05a438
05a438
https://bugzilla.redhat.com/show_bug.cgi?id=1741846
05a438
Signed-off-by: Erik Skultety <eskultet@redhat.com>
05a438
---
05a438
 man/virt-install.pod | 6 +++---
05a438
 1 file changed, 3 insertions(+), 3 deletions(-)
05a438
05a438
diff --git a/man/virt-install.pod b/man/virt-install.pod
05a438
index d8bd4127..8660f843 100644
05a438
--- a/man/virt-install.pod
05a438
+++ b/man/virt-install.pod
05a438
@@ -389,11 +389,11 @@ Configure guest power management features. Example:
05a438
 
05a438
 Use --pm=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsPowerManagement>
05a438
 
05a438
-=item B<--launch-security> TYPE[,OPTS]
05a438
+=item B<--launchSecurity> TYPE[,OPTS]
05a438
 
05a438
 Enable launch security for the guest, e.g. AMD SEV.
05a438
 
05a438
-Use --launch-security=? to see a list of all available sub options. Complete
05a438
+Use --launchSecurity=? to see a list of all available sub options. Complete
05a438
 details at L<https://libvirt.org/formatdomain.html#launchSecurity>. Example
05a438
 invocations:
05a438
     # This will use a default policy 0x03
05a438
@@ -1867,7 +1867,7 @@ refer to libvirt docs for a detailed explanation.
05a438
        --controller type=scsi,model=virtio-scsi,driver.iommu=on \
05a438
        --controller type=virtio-serial,driver.iommu=on \
05a438
        --network network=default,model=virtio,driver.iommu=on \
05a438
-       --rng driver,iommu=on \
05a438
+       --rng /dev/random,driver.iommu=on \
05a438
        --memballoon driver.iommu=on \
05a438
        --launchSecurity sev
05a438
 
05a438
-- 
05a438
2.21.0
05a438