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

@@ -126,17 +126,16 @@ instructions.
to run ``$ sudo restorecon -Rv /var/lib/tftpboot/`` if there are
errors with TFTP still.
Pull and build the image (including the 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 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
Set up the default node profile
===============================

View File

@@ -146,9 +146,8 @@ configure --all``.
Add a base node image
=====================
This will pull a basic node 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 node image from Docker Hub
and set it for the "default" node profile.
.. code-block:: bash

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
===============================