summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorFabiano FidĂȘncio <fidencio@redhat.com>2019-10-17 18:08:28 +0200
committerCole Robinson <crobinso@redhat.com>2019-11-20 16:04:09 -0500
commit54edd0a0a652a7cea21b203a4bc5275573998845 (patch)
tree008302c9960c46fec1d21791b81a6a9644836d3e /man
parent82b75a93b63772c5a2b66f18d2d7ebe91eab20b8 (diff)
downloadvirt-manager-54edd0a0a652a7cea21b203a4bc5275573998845.tar.gz
unattended: Never use "root" as user-login
When running virt-install as root, user-login would be automatically set to "root", causing an installation failure in the most part of the distros (if not all of them). In order to avoid such failures, let's raise a runtime error in case the user-login used is "root". Signed-off-by: Fabiano FidĂȘncio <fidencio@redhat.com>
Diffstat (limited to 'man')
-rw-r--r--man/virt-install.pod1
1 files changed, 1 insertions, 0 deletions
diff --git a/man/virt-install.pod b/man/virt-install.pod
index c611faf0..a3a6469f 100644
--- a/man/virt-install.pod
+++ b/man/virt-install.pod
@@ -632,6 +632,7 @@ any whitespace characters and excluding new-line.
The user login name to be used in th VM. virt-install will default to your
current host username if this is unspecified.
+Note that when running virt-install as "root", this option must be specified.
=item B<user-password-file=>