Update debian-quickstart.rst

missing sudo
This commit is contained in:
Tru Huynh
2025-03-11 11:35:17 +01:00
committed by GitHub
parent a98ec09b36
commit be13eee442

View File

@@ -127,8 +127,8 @@ and set it for the "default" node profile.
.. code-block:: bash
wwctl image import docker://ghcr.io/warewulf/warewulf-debian:12.0 debian-12.0
wwctl profile set default --image=debian-12.0
sudo wwctl image import 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
===============================