PBL(8) | System Administration | PBL(8) |
NAME¶
pbl - manage boot loader confguration.
SYNOPSIS¶
pbl [OPTIONS] IMAGE
DESCRIPTION¶
pbl is a light wrapper to unify some common boot loader configuration tasks.
It is not intended to provide a comprehensive API to boot loader configuration.
Most notably, not all options make sense for all boot loaders.
Supported boot loaders have a sub directory in /usr/lib/bootloader containing a shell script for each option. To add support for a new boot loader create a new directoy with its name and add scripts for options you need.
OPTIONS¶
--install
Note that this does not update the boot loader configuration.
--config
--show
--loader _BOOTLOADER
Supported values: none, grub2, grub2-bls, grub2-efi, systemd-boot, u-boot.
Note that this only changes a config variable. To actually use the new boot loader, run pbl --install and pbl --config.
--default ENTRY
--add-option OPTION
--del-option OPTION
--get-option OPTION
--add-kernel VERSION [KERNEL [INITRD]]
--remove-kernel VERSION
--default-settings
--log LOGFILE
--version
--help
FILES¶
/etc/sysconfig/bootloader
/var/log/pbl.log
/usr/etc/logrotate.d/pbl
/usr/lib/bootloader
EXAMPLES¶
# display default boot loader pbl --show # change default boot loader pbl --loader systemd-boot # (re-)install default boot loader pbl --install # update boot loader configuration pbl --config
SEE ALSO¶
LINKS¶
2024-12-03 | pbl 1.21 |