• 0 Posts
  • 29 Comments
Joined 2 years ago
cake
Cake day: June 28th, 2023

help-circle



  • The issue with them right now is there’s no update mechanism. If you use something as a system extension that depends on a library in the image, and that library gets updated, you could have an unbootable system or at the very least a non-functioning application until you can update your system extension manually.

    Ideally that update mechanism needs to be a part of bootc so if your system extension is part of your boot process it can be updated ahead of time before the image is loaded.

    We’ve looked at it since it’s inception and it’s something we really want, it’s just nowhere near ready yet.











  • Bazzite founder here. I started Bazzite after spending a few months helping with support on the steam deck Discord because I had already been using atomic fedora and knew the proper workarounds for people who wanted to install applications on a read-only distro like SteamOS.

    Bazzite was initially an experiment to see what it would take to get SteamOS packages working in Fedora Atomic, because I knew Fedora Atomic provided a better experience for installing applications that had to be a part of the root system than SteamOS could.

    Unlike SteamOS you can layer applications over the root system and they will be kept across updates instead of being removed entirely. You’re also able to spin off custom images with any changes you want through a GitHub action. You have full access to the roof file system during the build process.