Fix whitespace damage

This commit is contained in:
William Douglas
2015-12-14 22:04:15 +00:00
parent 9a27456d3e
commit 082088cef1
+4 -4
View File
@@ -151,7 +151,7 @@ Next, create an empty :file:`/var/db/dhcp.leases` file and start the dhcpd servi
TFTP configuration
~~~~~~~~~~~~~~~~~~
Clear Linux uses ``dnsmasq`` to provide the tftpd service. Modify
Clear Linux uses ``dnsmasq`` to provide the tftpd service. Modify
:file:`/etc/dnsmasq.conf` with the following required entries:
.. code-block:: console
@@ -209,7 +209,7 @@ following:
iPXE script
~~~~~~~~~~~
The iPXE script used is
The iPXE script used is
.. code-block:: console
@@ -309,7 +309,7 @@ the following entries exist in :file:`/etc/dnsmasq.conf`:
The Linux kernel and initrd files can be downloaded from https://download.clearlinux.org/image/
(with a name clear-$version-pxe.tar.xz) as a compressed tar file containing two clearly-labeled
files that should be moved to the tftp root (``/srv/tftp/`` per the tftp server configuration),
files that should be moved to the tftp root (``/srv/tftp/`` per the tftp server configuration),
as linux and initrd respectively. The bootloader :file:`grubx64.efi` and its configuration file
:file:`grub.cfg` should also be placed in the tftp root ``/srv/tftp/``.
@@ -374,4 +374,4 @@ following content:
initrdefi /initrd
}
Where the Linux kernel is named "linux" and the initrd "initrd".
Where the Linux kernel is named "linux" and the initrd "initrd".