Additional nettag documentation in userdocs

- Fixes #1856

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-07-02 15:21:20 -06:00
parent 908fe6a1fb
commit dda51d2426
3 changed files with 19 additions and 2 deletions

View File

@@ -260,8 +260,13 @@ The **issue** overlay configures a standard Warewulf status message for display
during login.
The **resolv** overlay configures ``/etc/resolv.conf`` based on the value of
"DNS" nettags. (In most situations this should be unnecessary, as the network
interface configuration should handle this dynamically.)
"DNS" :ref:`nettags <nettags>`. (In most situations this should be unnecessary,
as the network interface configuration should handle this dynamically.)
.. code-block:: shell
wwctl node set n1 --nettagadd="DNS1=1.1.1.1"
wwctl node set n1 --nettagadd="DNS2=1.0.0.1"
fstab
-----