From e0daa6708d71b831d25e6d3fe927b09c98fd01d1 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file docs/source/guides/install-guides/apt/prepare_mgmt_node.rst --- .../guides/install-guides/apt/prepare_mgmt_node.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/guides/install-guides/apt/prepare_mgmt_node.rst b/docs/source/guides/install-guides/apt/prepare_mgmt_node.rst index c6e4115be..97ccac2ec 100644 --- a/docs/source/guides/install-guides/apt/prepare_mgmt_node.rst +++ b/docs/source/guides/install-guides/apt/prepare_mgmt_node.rst @@ -45,10 +45,10 @@ By setting properties on the Management Node before installing the xCAT software #. To set the hostname of *xcatmn.cluster.com*: :: - hostname xcatmn.cluster.com + hostname xcatmn.cluster.com + + #. Add the hostname to the ``/etc/hostname`` and ``/etc/hosts`` to persist the hostname on reboot. - #. Add the hostname to the ``/etc/hostname`` and ``/etc/hosts`` to persist the hostname on reboot. - #. Reboot or run ``service hostname restart`` to allow the hostname to take effect and verify the hostname command returns correctly: * ``hostname`` @@ -56,4 +56,4 @@ By setting properties on the Management Node before installing the xCAT software #. Reduce the risk of the Management Node IP address being lost by setting the interface IP to **STATIC** in the ``/etc/network/interfaces`` configuration file. -#. Configure any domain search strings and nameservers using the ``resolvconf`` command. +#. Configure any domain search strings and nameservers using the ``resolvconf`` command.