explicitly call out running quickstart.sh as root is not supported

It may be confusing to users to see ssh root@$virthost and think
they *need* to be root while running quickstart.sh.  We should
explicitly call that out as not suggested or supported.

Change-Id: Ibe99bf86264ee4f6e19610e3ade4784bdd62f7cb
This commit is contained in:
Wes Hayutin 2017-01-20 14:47:52 -05:00
parent cd76e7cfa6
commit 2b0ec16554
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ Currently the virthost machine must be running a recent Red Hat-based Linux
distribution (CentOS 7, RHEL 7, Fedora 22 - only CentOS 7 is currently tested),
but we hope to add support for non-Red Hat distributions too.
.. note::
Running quickstart.sh commands as root is not suggested or supported.
A quick way to test that your virthost machine is ready to rock is::
ssh root@$VIRTHOST uname -a