mirror of
https://github.com/webmin/webmin.git
synced 2026-06-05 04:40:24 +01:00
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.
12 lines
693 B
HTML
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>
|