Description
Suppose /mnt/boot is the mount point of the boot partition, and /mnt/boot/loader/loader.conf
is the loader configuration file.
Manually adding any options to loader.conf won't persist after system auto-updates its
kernel, or the user invokes clr-boot-manager update.
To Reproduce
- Mount the boot partition at, say,
/mnt/boot
- Edit
/mnt/boot/loader/loader.conf. For exampling appending a line console-mode max
- Call
clr-boot-manager update
cat /mnt/boot/loader/loader.conf and you will find the options you just added disappeared.
Additional Information
According to man 5 loader.conf, most default options seems to be reasonable. But I found
console-mode defaults to keep, which keep the resolution selected by the firmware. This causes some annoyances when I'm working in a rescue.target for example.
To fix the resolution, I need to set console-mode to max. So at least I think clr-boot-manager
either make max as default for console-modd, or respect the choices of users.
Description
Suppose
/mnt/bootis the mount point of the boot partition, and/mnt/boot/loader/loader.confis the loader configuration file.
Manually adding any options to
loader.confwon't persist after system auto-updates itskernel, or the user invokes
clr-boot-manager update.To Reproduce
/mnt/boot/mnt/boot/loader/loader.conf. For exampling appending a lineconsole-mode maxclr-boot-manager updatecat /mnt/boot/loader/loader.confand you will find the options you just added disappeared.Additional Information
According to
man 5 loader.conf, most default options seems to be reasonable. But I foundconsole-modedefaults tokeep, which keep the resolution selected by the firmware. This causes some annoyances when I'm working in arescue.targetfor example.To fix the resolution, I need to set
console-modetomax. So at least I thinkclr-boot-managereither make
maxas default forconsole-modd, or respect the choices of users.