From 72d56e4e566194940ffb74f03db2cc396be99c7c Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Wed, 17 Jan 2024 15:09:08 -0700 Subject: [PATCH] Include a configuration example for grubboot Signed-off-by: Jonathon Anderson --- userdocs/contents/boot-management.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/userdocs/contents/boot-management.rst b/userdocs/contents/boot-management.rst index 4ba87aa5..572cd33e 100644 --- a/userdocs/contents/boot-management.rst +++ b/userdocs/contents/boot-management.rst @@ -8,6 +8,12 @@ that only the signed kernel of a distribution can be booted. This can be a huge security benefit for some scenarios. In order to enable the grub boot method it has to be enabled in `warewulf.conf`. + +.. code-block: yaml + + warewulf: + grubboot: true + Nodes which are not known to warewulf will then booted with the shim/grub from the host on which warewulf is installed. @@ -124,4 +130,4 @@ Install on EL system .. code-block:: console # wwctl container shell rocky9 - [rocky9] Warewulf> dnf install shim-x64.x86_64 grub2-pc.x86_64 \ No newline at end of file + [rocky9] Warewulf> dnf install shim-x64.x86_64 grub2-pc.x86_64