From 41ca0a41b9d13f7ceabdeae3c0bc10801a273449 Mon Sep 17 00:00:00 2001 From: puneetse <22071208+puneetse@users.noreply.github.com> Date: Fri, 27 Dec 2019 10:38:35 -0800 Subject: [PATCH] Update note on wireless in live-server getting started (#966) * Add reference to configuring wifi guide Add reference to configuring wifi guide and place the note according the required order of operations * Fix line too long RST warning. --- source/get-started/bare-metal-install-server.rst | 15 +++++++++------ source/guides/network/wifi.rst | 2 ++ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/source/get-started/bare-metal-install-server.rst b/source/get-started/bare-metal-install-server.rst index 13316682..a1b9e423 100644 --- a/source/get-started/bare-metal-install-server.rst +++ b/source/get-started/bare-metal-install-server.rst @@ -38,12 +38,8 @@ Install |CL| on your target system ********************************** Ensure that your system is configured to boot UEFI. The installation method -described below requires a wired Internet connection with DHCP. +described below requires a wired or wireless Internet connection with DHCP. -.. note:: - - Alternatively, you can install |CL| over a wireless connection by first - using `nmtui`. Follow the `nmtui` instructions shown in Figure 2. Follow these steps to install |CL| on the target system: @@ -90,6 +86,12 @@ Launch the |CL| Installer Figure 2: root login +#. .. note:: + + If a wireless connection is needed, connect to the network using + :command:`nmtui` before lauching the installer. See the documentation on + :ref:`configuring Wifi with nmtui ` for more details. + #. At the :guilabel:`root` prompt, enter :command:`clr-installer` and press :kbd:`Enter`. @@ -488,7 +490,8 @@ Add New User .. note: - The User Name must be alphanumeric and can include spaces, commas, underscores or hyphens. Maximum length is 64 characters. + The User Name must be alphanumeric and can include spaces, commas, + underscores or hyphens. Maximum length is 64 characters. .. figure:: /_figures/bare-metal-install-server/bare-metal-install-server-19.png :scale: 100% diff --git a/source/guides/network/wifi.rst b/source/guides/network/wifi.rst index ba3a8ba5..bb8dd525 100644 --- a/source/guides/network/wifi.rst +++ b/source/guides/network/wifi.rst @@ -78,6 +78,8 @@ CLI (Command Line Interface) To avoid having the Wi-Fi password stored in bash history, consider using the TUI. +.. _wifi-nm-tui: + TUI (Text-based User Interface) ===============================