• I Cast Fist@programming.dev
    link
    fedilink
    English
    arrow-up
    2
    ·
    14 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.