Fix grammatical and spelling errors in userdocs/
Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -27,7 +27,7 @@ and passwords able to authenticate to the API.
|
||||
- name: admin
|
||||
password hash: $2b$05$5QVWDpiWE7L4SDL9CYdi3O/l6HnbNOLoXgY2sa1bQQ7aSBKdSqvsC
|
||||
|
||||
Passwords are stored as bcrypt2 hashses, which can be generated with ``mkpasswd``.
|
||||
Passwords are stored as bcrypt2 hashes, which can be generated with ``mkpasswd``.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ the Warewulf configuration process to configure the ``ipxe`` service.
|
||||
ipxe_cfg->kernel[ltail=cluster0,label="http"];
|
||||
}
|
||||
|
||||
Starting in v4.5.0, Warewulf no longer includes an iPXE binary. In stead, by
|
||||
Starting in v4.5.0, Warewulf no longer includes an iPXE binary. Instead, by
|
||||
default Warewulf uses the iPXE that comes with the host OS.
|
||||
|
||||
Unfortunately, we’ve encountered a few instances where bugs in the OS-provided
|
||||
@@ -325,7 +325,7 @@ Two-stage boot: dracut
|
||||
======================
|
||||
|
||||
Some systems, typically due to limitations in their BIOS or EFI firmware, are
|
||||
unable to load image of a certain size directly with a traditional bootloader,
|
||||
unable to load an image of a certain size directly with a traditional bootloader,
|
||||
either iPXE or GRUB. As a workaround for such systems, Warewulf can be
|
||||
configured to load a dracut initramfs from the image and to use that initramfs
|
||||
to load the full image.
|
||||
|
||||
@@ -4,7 +4,7 @@ Server Configuration
|
||||
|
||||
By default, the Warewulf server configuration is located at
|
||||
``/etc/warewulf/warewulf.conf``. This is a YAML-formatted configuration file
|
||||
used by to configured the Warewulf server itself and its external services.
|
||||
used to configure the Warewulf server itself and its external services.
|
||||
|
||||
An initial ``warewulf.conf`` is packaged with Warewulf. Each section is covered
|
||||
in detail below.
|
||||
@@ -232,7 +232,7 @@ ssh
|
||||
|
||||
*New in Warewulf v4.5.1*
|
||||
|
||||
SSH key types to generate during ``wwctl configure ssh``. This create the
|
||||
SSH key types to generate during ``wwctl configure ssh``. This creates the
|
||||
appropriate host keys (stored in ``/etc/warewulf/keys/``) and authentication
|
||||
keys for passwordless ``ssh`` to cluster nodes. It also installs shell profiles
|
||||
``/etc/profile.d/ssh_setup.csh`` and ``/etc/profile.d/ssh_setup.sh`` to
|
||||
@@ -248,7 +248,7 @@ Warewulf server.
|
||||
- rsa
|
||||
- dsa
|
||||
|
||||
* ``ssh:key types``: Warewulf generate host keys for each listed key type.
|
||||
* ``ssh:key types``: Warewulf generates host keys for each listed key type.
|
||||
|
||||
The first listed key type is used to generate authentication ssh keys.
|
||||
|
||||
@@ -359,7 +359,7 @@ hostfile
|
||||
There are no explicit "hostfile" configuration options in ``warewulf.conf``; but
|
||||
``wwctl configure hostfile`` updates the Warewulf server's ``/etc/hosts`` file
|
||||
to include expected configuration for the server itself as well as the known
|
||||
names of the cluster nodes and thier interfaces.
|
||||
names of the cluster nodes and their interfaces.
|
||||
|
||||
Entries from the Warewulf server's ``/etc/hosts`` file are distributed to
|
||||
cluster nodes by the "hosts" overlay.
|
||||
|
||||
@@ -5,7 +5,7 @@ Using dnsmasq
|
||||
As an experimental feature, it is possible to use ``dnsmasq`` instead of the ISC
|
||||
``dhcpd`` server and ``TFTP`` server.
|
||||
|
||||
In order to keep the file ``/etc/dnsmasq.d/ww4-hosts.conf`` is created and must
|
||||
In order to keep the configuration manageable, the file ``/etc/dnsmasq.d/ww4-hosts.conf`` is created and must
|
||||
be included in the main ``dnsmasq.conf`` via the ``conf-dir=/etc/dnsmasq.d``
|
||||
option.
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ Container images
|
||||
|
||||
Warewulf can be built in a Linux container. This can be especially useful for
|
||||
testing and development, or to replace traditional package installation. It is
|
||||
also possible to only use the container for building and the install it in the
|
||||
also possible to only use the container for building and then install it in the
|
||||
host system afterwards. For that look at the INSTALL, UNINSTALL and PURGE labels
|
||||
inside the `Dockerfile`_
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ built-in help with either ``wwctl help`` or ``--help``.
|
||||
Hostlists
|
||||
=========
|
||||
|
||||
Many of the commands (e.g., ``wwctl node list`` support a "hostlist"
|
||||
Many of the commands (e.g., ``wwctl node list``) support a "hostlist"
|
||||
syntax for referring to multiple nodes at once. Hostlist expressions
|
||||
support both ranges and comma-separated numerical lists.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user