-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Let's document the state of this.
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
parent: Experimental features | ||
nav_order: 1 | ||
--- | ||
|
||
# bootc | ||
|
||
rpm-ostree vendors the [containers/bootc project](https://github.com/containers/bootc) as | ||
an experimental feature; this avoids needing a separate package. | ||
|
||
## Enabling bootc | ||
|
||
As part of a container build: | ||
|
||
``` | ||
$ ln -sr /usr/bin/rpm-ostree /usr/bin/bootc | ||
``` | ||
|
||
In the future we are likely to pursue deeper integration as bootc gains more features. | ||
|
||
## Compatibility | ||
|
||
It's very much an intentional design feature that `bootc` is compatible with | ||
a container-deployed rpm-ostree system. You can seamlessly invoke e.g. | ||
`bootc upgrade` as well as `rpm-ostree upgrade` for example. | ||
|
||
However, as soon as any "machine local" changes are set up, such as layered | ||
packages or local initramfs regeneration, `bootc upgrade` will no longer work. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters