• TTimo@lemm.ee
    link
    fedilink
    English
    arrow-up
    7
    ·
    17 hours ago

    I really feel for the Bazzite developer over the possible Fedora decision. That just plain sucks. Fedora was never a big gaming distro though. Hindisght is 20/20 and all that, but why pick that one as base in the first place?

    • BlameTheAntifa@lemmy.world
      link
      fedilink
      English
      arrow-up
      8
      ·
      13 hours ago

      Bazzite is based on Universal Blue, which is based on Fedora Silverblue, which is the first immutable, atomic Linux distro. The immutable nature of Bazzite is the point of it’s existence.

      • I Cast Fist@programming.dev
        link
        fedilink
        English
        arrow-up
        2
        ·
        13 hours ago

        What’s the immutable part of Fedora, compared to other distros? Asking because, well, dropping 32bit support is a significant change and something that would make dummies like me not understand what’s immutable.

        • BlameTheAntifa@lemmy.world
          link
          fedilink
          English
          arrow-up
          7
          ·
          13 hours ago

          The underlying system is managed by OSTree, which handles the entire system instead of individual packages. You cannot simply change any part of the system, it’s all or nothing. This means stability, security, and effortless rollbacks if anything goes wrong. If you really want to tinker, you can create layers that sit on top of the base system, but it still doesn’t modify the system. It’s a very different way of thinking about how the system works. It’s like working with containers.