From a4a6ee9aacda131327f117ec976a327f064f08f5 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 8 Feb 2019 21:51:42 -0500 Subject: [PATCH] Update README.rst --- roles/network/README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/network/README.rst b/roles/network/README.rst index e1969f4f8..394b7fde9 100644 --- a/roles/network/README.rst +++ b/roles/network/README.rst @@ -6,9 +6,9 @@ This is run by Ansible after it has installed the core of Internet-in-a-Box (IIA Specifically, this 'network' stage is run: -- automatically during IIAB installation, after /opt/iiab/iiab/iiab-install has run `Stages 0-to-9 <.>`_ (thanks to `iiab-stages.yml <../iiab-stages.yml>`_) -- automatically by IIAB's Admin Console (http://box/admin) if you click ``Configure`` menu -> ``Install Configured Options`` — this is similar to the above, but only runs Stage 0, then Stage 4-to-9, and then finally this 'network' stage (thanks to `iiab-from-console.yml <../iiab-from-console.yml>`_) -- or manually, if you run ``cd /opt/iiab/iiab`` then `./iiab-network <../iiab-network>`_ (which is much the same as running ``./runrole network``) +- automatically during IIAB installation, after /opt/iiab/iiab/iiab-install has run `Stages 0-to-9 <..>`_ (thanks to `iiab-stages.yml <../../iiab-stages.yml>`_) +- automatically by IIAB's Admin Console (http://box/admin) if you click ``Configure`` menu -> ``Install Configured Options`` — this is similar to the above, but only runs Stage 0, then Stage 4-to-9, and then finally this 'network' stage (thanks to `iiab-from-console.yml <../../iiab-from-console.yml>`_) +- or manually, if you run ``cd /opt/iiab/iiab`` then `./iiab-network <../../iiab-network>`_ (which is much the same as running ``./runrole network``) For more info, please see: