Fix syntax errors in userdocs/

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2026-03-11 23:03:45 -06:00
parent 73a71abfe2
commit cd60acf271
13 changed files with 27 additions and 27 deletions

View File

@@ -102,7 +102,7 @@ will continue to work through the v4.6.x series.
There are smaller changes to the image system, as well:
- ``wwctl image shell`` now supports a ``WW_HISTFILE`` environment variable to
save shell history _inside_ the image.
save shell history *inside* the image.
- ``wwctl image shell`` now supports a ``WW_PS1`` environment variable to
specify the prompt for the interactive shell. The default prompt has also been
updated to indicate the current directory.

View File

@@ -84,7 +84,7 @@ settings caused surprising deficiencies in some cases; and, in others
default template is set, ``warewulfd`` looks for a template named "default".
- If no init is specified, ``wwinit`` now looks for ``/sbin/init``,
``/etc/init``, and ``/bin/init``.
- `wwctl upgrade nodes --replace-overlays` now avoids adding the same overlay
- ``wwctl upgrade nodes --replace-overlays`` now avoids adding the same overlay
multiple times to the same node or profile.
- If, during ``wwctl overlay build``, a node has an empty system or runtime
overlay, a warning is printed.

View File

@@ -61,7 +61,7 @@ Network configuration fixes
non-ethernet interfaces.
- The NetworkManager overlay now sets ``ipv4:method=disabled`` if no address or
route is specified.
- The ifcfg overlay now sets ``SLAVE=yes`` when `MASTER` is set. #1980
- The ifcfg overlay now sets ``SLAVE=yes`` when ``MASTER`` is set. #1980
Other fixes
===========

View File

@@ -16,7 +16,7 @@ A new ``wwctl overlay info`` command lists variables used by an overlay
template, including the ``wwctl <node|profile> set`` argument used to set that
variable.
.. code-block: console
.. code-block:: console
# wwctl overlay info ifcfg /etc/sysconfig/network-scripts/ifcfg.ww
VARIABLE OPTION TYPE HELP
@@ -92,7 +92,7 @@ A bug between ``warewulf-dracut`` and the ``ignition`` overlay previously caused
non-root filesystems from mounting when provisioning the image to disk. A fix in
``warewulf-dracut`` prevents ignition from running twice, allowing all file
systems to mount properly. The ``wwinit`` dracut module also no longer runs the
wwinit module if root is not set to `root=wwclient*`.
wwinit module if root is not set to ``root=wwclient*``.
These fixes require installing the updated ``warewulf-dracut`` package in the
node image.
@@ -100,9 +100,9 @@ node image.
Other fixes
===========
- Enhanced `wwctl configure tftp` to manage the SELinux context of TFTP directory. #1997
- Enhanced overlay templates to support absolute paths with `{{ file }}`. #2055
- Enhanced ``wwctl configure tftp`` to manage the SELinux context of TFTP directory. #1997
- Enhanced overlay templates to support absolute paths with ``{{ file }}``. #2055
- Fix ImageDelete API not returning error when checking if image is used by nodes/profiles. #1705
- Fix filesystem overwrite/force behavior in `mkfs` overlay. #2028
- Write `$tftpdir/warewulf/grub.cfg` to `tftproot` as configured in `warewulf.conf`. #2055
- Automatically create a GPT label when `sfdisk` overlay wipes disks. #2025
- Fix filesystem overwrite/force behavior in ``mkfs`` overlay. #2028
- Write ``$tftpdir/warewulf/grub.cfg`` to ``tftproot`` as configured in ``warewulf.conf``. #2055
- Automatically create a GPT label when ``sfdisk`` overlay wipes disks. #2025