From 2100955eab386c7a22a2bab4eb48e6e04606b039 Mon Sep 17 00:00:00 2001 From: George T Kramer Date: Wed, 22 Mar 2017 17:52:23 -0700 Subject: [PATCH] Removing trailing whitespace --- source/network_boot.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/network_boot.rst b/source/network_boot.rst index e8c904d7..eeae3002 100644 --- a/source/network_boot.rst +++ b/source/network_boot.rst @@ -184,7 +184,7 @@ repository`_. Address=$pxe_internal_ip/$pxe_subnet_bitmask EOF - systemctl restart systemd-networkd + systemctl restart systemd-networkd #. Configure NAT to route traffic from the private network to the public network, effectively turning the PXE server into a router. Persist these @@ -230,7 +230,7 @@ repository`_. network will use this IP address to access these functions. .. code-block:: console - + cat > /etc/dnsmasq.conf << EOF listen-address=$pxe_internal_ip EOF @@ -297,7 +297,7 @@ repository`_. .. note:: #. Start ``systemd-resolved``. - + .. code-block:: console systemctl start systemd-resolved