50 lines
1.9 KiB
Diff
50 lines
1.9 KiB
Diff
From 6a5ca07b8dccbd87a5c896336b09ea37bf80a01a Mon Sep 17 00:00:00 2001
|
|
Message-Id: <6a5ca07b8dccbd87a5c896336b09ea37bf80a01a@dist-git>
|
|
From: Pavel Hrdina <phrdina@redhat.com>
|
|
Date: Wed, 14 Aug 2019 09:45:19 +0200
|
|
Subject: [PATCH] man: virt-install: Fix a couple of launchSecurity related
|
|
typos
|
|
|
|
From: Erik Skultety <eskultet@redhat.com>
|
|
|
|
Signed-off-by: Erik Skultety <eskultet@redhat.com>
|
|
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
|
|
(cherry picked from commit 3d5a72e18afcfcdbab35429aeb89d55f48304399)
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=1741846
|
|
Signed-off-by: Erik Skultety <eskultet@redhat.com>
|
|
---
|
|
man/virt-install.pod | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/man/virt-install.pod b/man/virt-install.pod
|
|
index d8bd4127..8660f843 100644
|
|
--- a/man/virt-install.pod
|
|
+++ b/man/virt-install.pod
|
|
@@ -389,11 +389,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
|
|
@@ -1867,7 +1867,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
|
|
|
|
--
|
|
2.21.0
|
|
|