Remove obsolete instructions regarding kernel overrides

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-01-19 07:01:50 -07:00
parent 275ffd7038
commit 019028cd73
11 changed files with 21 additions and 36 deletions

View File

@@ -109,16 +109,16 @@ instructions.
sudo wwctl configure --all
Pull and build the image and kernel
===================================
Pull and build the image
========================
This will pull a basic image from Docker Hub and import the
default running kernel from the controller node and set both in the
"default" node profile.
This will pull a basic image from Docker Hub
and set it in the "default" node profile.
.. code-block:: bash
$ sudo wwctl image import docker://registry.opensuse.org/science/warewulf/leap-15.4/images/kernel:latest leap15.4 --setdefault
$ sudo wwctl image import docker://registry.opensuse.org/science/warewulf/leap-15.4/containers/kernel:latest leap15.4
$ sudo wwctl profile set default --image leap15.4
Set up the default node profile
===============================