From bb874bec89a8af0c71e4460f4f1d18fe09f5ab9b Mon Sep 17 00:00:00 2001 From: puneetse <22071208+puneetse@users.noreply.github.com> Date: Mon, 9 Sep 2019 17:12:22 -0700 Subject: [PATCH] Move guides inside networking section (#726) * Move static IP document to networking section * Move customer container document outside of networking section * Move NTP document to networking section --- .../{network => maintenance}/custom-clear-container.rst | 7 ++++--- .../guides/{maintenance => network}/assign-static-ip.rst | 8 ++++---- source/guides/{maintenance => network}/time.rst | 4 ++-- 3 files changed, 10 insertions(+), 9 deletions(-) rename source/guides/{network => maintenance}/custom-clear-container.rst (99%) rename source/guides/{maintenance => network}/assign-static-ip.rst (97%) rename source/guides/{maintenance => network}/time.rst (97%) diff --git a/source/guides/network/custom-clear-container.rst b/source/guides/maintenance/custom-clear-container.rst similarity index 99% rename from source/guides/network/custom-clear-container.rst rename to source/guides/maintenance/custom-clear-container.rst index d3657c10..fa0e51e8 100644 --- a/source/guides/network/custom-clear-container.rst +++ b/source/guides/maintenance/custom-clear-container.rst @@ -4,8 +4,8 @@ Build a custom |CL-ATTR| based Docker container image ####################################################### This guide contains the steps to build a custom container image. The official -base |CL-ATTR| container image is published on Docker\* Hub and is updated on a -regular basis. +base |CL-ATTR| container image is published on Docker\* Hub and is updated on +a regular basis. .. contents:: :local: @@ -323,4 +323,5 @@ Example output: ---> ec23189ef954 Removing intermediate container 7694989e97de Successfully built ec23189ef954 - Successfully tagged my-clearlinux-remove-pxe-server-bundle:latest \ No newline at end of file + Successfully tagged my-clearlinux-remove-pxe-server-bundle:latest + diff --git a/source/guides/maintenance/assign-static-ip.rst b/source/guides/network/assign-static-ip.rst similarity index 97% rename from source/guides/maintenance/assign-static-ip.rst rename to source/guides/network/assign-static-ip.rst index 14fc8694..6c259afe 100644 --- a/source/guides/maintenance/assign-static-ip.rst +++ b/source/guides/network/assign-static-ip.rst @@ -14,8 +14,8 @@ scenarios such as a network with no DHCP server. Identify which program is managing the interface ************************************************ -New installations of |CL-ATTR| use NetworkManager as the default network interface -manager for all network connections. +New installations of |CL-ATTR| use NetworkManager as the default network +interface manager for all network connections. .. note:: @@ -26,8 +26,8 @@ manager for all network connections. interfaces and NetworkManager was used for wireless interfaces. -Before defining a configuration for assigning a static IP address, verify which -program is managing the network interface. +Before defining a configuration for assigning a static IP address, verify +which program is managing the network interface. #. Check the output of :command:`nmcli device` to see if NetworkManager is managing the device. diff --git a/source/guides/maintenance/time.rst b/source/guides/network/time.rst similarity index 97% rename from source/guides/maintenance/time.rst rename to source/guides/network/time.rst index caa0be16..bb76d703 100644 --- a/source/guides/maintenance/time.rst +++ b/source/guides/network/time.rst @@ -1,7 +1,7 @@ .. _time: -Set the time -############ +Set system time +############### This guide describes how to reset the time in your |CL-ATTR| system when the default :abbr:`NTP (Network Time Protocol)` servers cannot be reached.