Skip to content

Commit

Permalink
Update main docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 12, 2024
1 parent d9730c8 commit e0bae88
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/docs/main/_sources/contents/boot-management.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ scenarios.

In order to enable the grub boot method it has to be enabled in `warewulf.conf`.

.. code-block: yaml
.. code-block:: yaml
warewulf:
grubboot: true
Expand Down
4 changes: 4 additions & 0 deletions static/docs/main/contents/boot-management.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ <h2>Booting with GRUB<a class="headerlink" href="#booting-with-grub" title="Link
of a distribution can be booted. This can be a huge security benefit for some
scenarios.</p>
<p>In order to enable the grub boot method it has to be enabled in <cite>warewulf.conf</cite>.</p>
<div class="highlight-yaml notranslate"><div class="highlight"><pre><span></span><span class="nt">warewulf</span><span class="p">:</span>
<span class="w"> </span><span class="nt">grubboot</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">true</span>
</pre></div>
</div>
<p>Nodes which are not known to Warewulf are booted with the shim/grub from the
Warewulf server host.</p>
<section id="secure-boot">
Expand Down
2 changes: 1 addition & 1 deletion static/docs/main/searchindex.js

Large diffs are not rendered by default.

0 comments on commit e0bae88

Please sign in to comment.