Open
Description
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 lineconsole-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.
Metadata
Metadata
Assignees
Labels
No labels