I like the bootc
update progress than rpm-ostree
. But the problem is I can’t update using bootc
if some package is layered using rpm-ostree
. And bootc
can’t layer a package either. Any other solution?
Or once I layered a package I can’t update using bootc
?
1 Like
Until Local package layering story with bootc & dnf5 (#4) · Issues · fedora / bootc / Issue Tracker · GitLab is resolved, you either have to:
- use rpm-ostree, which will manage layered packages
- locally build a derived container image with your changes and tell bootc to switch to that
- use something else for adding changes to your image, for example systemd’s sysexts: GitHub - travier/fedora-sysexts: Example sysexts for Fedora image based systems (fresh and experimental, be careful)
2 Likes