-
Notifications
You must be signed in to change notification settings - Fork 143
Open
Description
It would be nice to be able to add ostree repo configuration through the bootc-install-config file, e.g. :
[install.ostree.config]
sysroot.bls-append-except-default = 'grub_users=""'
sysroot.bootloader = 'none'I see bootc have some default here :
bootc/crates/lib/src/install.rs
Lines 94 to 101 in edbfb11
| const DEFAULT_REPO_CONFIG: &[(&str, &str)] = &[ | |
| // Default to avoiding grub2-mkconfig etc. | |
| ("sysroot.bootloader", "none"), | |
| // Always flip this one on because we need to support alongside installs | |
| // to systems without a separate boot partition. | |
| ("sysroot.bootprefix", "true"), | |
| ("sysroot.readonly", "true"), | |
| ]; |
Metadata
Metadata
Assignees
Labels
No labels