feat: add bootc support to Fedora atomic distros

* feat(bootc): add Bootc support + docs

Co-authored-by: Steve Lau <stevelauc@outlook.com>

* docs(bootc): specify that itll supercede rpm-ostree if enabled :p

---------

Co-authored-by: Steve Lau <stevelauc@outlook.com>
This commit is contained in:
Tulip Blossom
2024-11-19 00:07:12 -03:00
committed by GitHub
parent 202897ba35
commit 4f4dcbb643
3 changed files with 28 additions and 1 deletions

View File

@@ -172,6 +172,11 @@
# rpm_ostree = false
# For Fedora/CentOS/RHEL Atomic variants, if `bootc` is available and this configuration entry is set to true, use
# it to do the update - Will also supercede rpm-ostree if enabled
# (default: false)
# bootc = false
# nix_arguments = "--flake"
# nix_env_arguments = "--prebuilt-only"