From 2b0ec165547c1e66b9e8c8243bd4c3c208c8f060 Mon Sep 17 00:00:00 2001 From: Wes Hayutin Date: Fri, 20 Jan 2017 14:47:52 -0500 Subject: [PATCH] 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 --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index e8fc09692..9dc8cecad 100644 --- a/README.rst +++ b/README.rst @@ -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