Merge pull request #1917 from WillForan/main

Debian doc includes build option in import command (#1915)
This commit is contained in:
Christian Goll
2025-07-02 13:56:40 +02:00
committed by GitHub

View File

@@ -127,7 +127,7 @@ and set it for the "default" node profile.
.. code-block:: bash
sudo wwctl image import docker://ghcr.io/warewulf/warewulf-debian:12.0 debian-12.0
sudo wwctl image import --build docker://ghcr.io/warewulf/warewulf-debian:12.0 debian-12.0
sudo wwctl profile set default --image=debian-12.0
Set up the default node profile
@@ -179,7 +179,7 @@ configurations.
.. code-block:: bash
sudo wwctl node add n0000.cluster --ipaddr 192.168.200.100 --discoverable true
sudo wwctl node add n0000.cluster --ipaddr 192.168.200.100 --discoverable
At this point you can view the basic configuration of this node by
typing the following: