Add `--stateroot` to `bootc switch`
Open
- Dominant language
- Rust
- Stars
- 2.3k
- Forks
- 230
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 38
Description
ostree supports setting a different `--stateroot` so different distros can be installed into the same ostree. Bootc (when it was purely ostree based) was technically capable of doing the same, but it has no options for doing so.
https://github.com/bootc-dev/bootc/pull/617 started to implement this, but then split and morphed into adding `--stateroot` to `bootc install`. Unfortunately `bootc install` wipes the `/boot` or fails entirely, which is kind of it's intended purpose, so it doesn't actually match the behavior.
Contributor guide
Assessment
This issue has not been assessed yet.