mirror of
https://github.com/webmin/webmin.git
synced 2026-06-10 23:00:31 +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.
10 lines
590 B
HTML
10 lines
590 B
HTML
<header>Disable recovery and rescue entries</header>
|
|
<p>When enabled, Webmin sets <tt>GRUB_DISABLE_RECOVERY=true</tt>, which tells
|
|
GRUB generator scripts to omit recovery-mode entries on distributions that
|
|
support this option.</p>
|
|
<p>On BLS-based systems such as Rocky, AlmaLinux, and RHEL, rescue entries are
|
|
separate files under <tt>/boot/loader/entries</tt>. Webmin hides existing BLS
|
|
rescue entries by renaming their entry files, and restores only entries hidden
|
|
by Webmin when this option is disabled again. Future kernel or rescue-image
|
|
updates may create new BLS rescue entries.</p>
|