Instructions to add Plasma Discover package manager back into Bazzite using a Systemd Sys-Ext. Based on Travier’s Fedora Sys-Ext work at https://travier.github.io/fedora-sysexts/ and relies on his base images on quay.
I’m really excited about the application of SysExts to bridge the gap many perceive in adopting atomic distros! This seemed like a fantastic solution to adding this tool back for those who want it, without the overhead of package layering
I thought so, and its not something Ublue has started using yet to my knowledge - there’s some good potential that a lot of stuff they add could just become a set of extensions you can plug in like Lego bricks
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.