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.