Skip to content

clr-boot-manager doesn't keep extra loader configurations #241

Open
@lebensterben

Description

@lebensterben

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

  1. Mount the boot partition at, say, /mnt/boot
  2. Edit /mnt/boot/loader/loader.conf. For exampling appending a line console-mode max
  3. Call clr-boot-manager update
  4. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions