Files
webmin/grub2/help/kernelopts_source.html
Ilia Ross 523d68c67a Add GRUB 2 boot loader module
Adds a Webmin GRUB 2 module for inspecting boot entries, editing defaults, custom entries, themes, password protection, BLS-aware kernel options, safe menu regeneration, boot loader installation, manual config editing, status reporting, ACLs, backups, logging, and tests.
2026-05-28 02:20:53 +02:00

12 lines
693 B
HTML

<header>Detected kernel options source</header>
<p>Shows where the currently detected Linux boot entries get their kernel
command-line options.</p>
<p>Generated menu entries usually come from the GRUB defaults file when the
menu is regenerated. BLS entries may instead store options in
<tt>/boot/loader/entries</tt> files, or reference <tt>$kernelopts</tt>.</p>
<p><tt>kernelopts</tt> is not a setting in <tt>/etc/default/grub</tt>. It is a
GRUB environment value stored in <tt>grubenv</tt> and commonly managed with
<tt>grubby</tt>. Webmin does not edit <tt>grubenv</tt> directly; when
<tt>grubby</tt> is available, Webmin asks it to apply changed kernel options to
existing BLS entries.</p>