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