Hey! I’m currently on Fedora Workstation and I’m getting bored. Nothing in particular. I’ve heard about immutable distros and I’m thinking about Fedora Kinoite. The idea is interesting but idk if it’s worth it. CPU and GPU are AMD. Mostly used for gaming.

  • danielfgom
    link
    English
    211 months ago

    Thanks for replying. It seems that my impression of immutable might be off. I’m glad to hear you actually can make changes.

    I assume the must be some kind of core trust can’t be changed? Or does the immutable name refer simply to the ability to roll back?

    • Kwozyman
      link
      111 months ago

      The immutable part (again, only speaking about Silverblue, I don’t know about others) refers to the inability to make changes online (i.e. without rebooting), but you can eventually change whatever file you want. The way it works is you would make your changes in a copy of the current filesystem and at boot simply mount and use the copy. If something goes wrong, you just mount the original at next boot and you have rolled back.

      • danielfgom
        link
        English
        111 months ago

        Fantastic. Thanks for explaining that to me. That actually sounds very good and not at all restrictive. Cool. I can see why things are moving in that direction.

        If you do a rollback, I assume your data remains? I assume you might need to reinstall apps which were not in the original? Or does it keep apps, data and settings across a restore?

        • Kwozyman
          link
          111 months ago

          If you do a rollback, I assume your data remains? I assume you might need to reinstall apps which were not in the original? Or does it keep apps, data and settings across a restore?

          In CoreOS (Silverblue), /etc, /var and /home (which is in fact a symlink towards /var/home) are regular writable partitions, so your data, configs and personal files are not touched by the upgrade/rollback procedure.

          All the packages (and their dependencies) you’ve installed extra are also upgraded/rolledback when you do a system upgrade.

          • danielfgom
            link
            English
            211 months ago

            Fantastic. That’s cool. Thank you 🙏