Skip to content

install: support passing ostree repo config #1710

@jbtrystram

Description

@jbtrystram

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 :

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
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions