Files
webmin/grub2/config-debian-linux
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

20 lines
647 B
Plaintext

default_file=/etc/default/grub
grub_cfg=/boot/grub/grub.cfg
grub_dir=/etc/grub.d
custom_file=/etc/grub.d/40_custom
password_file=/etc/grub.d/01_webmin_password
color_file=/etc/grub.d/06_webmin_colors
theme_dir=/boot/grub/themes
background_dir=/boot/grub/backgrounds
grubenv_file=/boot/grub/grubenv
bls_dir=/boot/loader/entries
mkconfig_cmd=/usr/sbin/grub-mkconfig
install_cmd=/usr/sbin/grub-install
set_default_cmd=/usr/sbin/grub-set-default
reboot_once_cmd=/usr/sbin/grub-reboot
editenv_cmd=/usr/bin/grub-editenv
script_check_cmd=/usr/bin/grub-script-check
mkpasswd_cmd=/usr/bin/grub-mkpasswd-pbkdf2
grubby_cmd=/usr/sbin/grubby
shell_cmd=/bin/sh