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

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