mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-09-05 21:31:30 +00:00
Fix whitespace damage
This commit is contained in:
@@ -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".
|
||||
|
||||
Reference in New Issue
Block a user