• throwawayish@lemmy.ml
    link
    fedilink
    arrow-up
    8
    ·
    edit-2
    6 months ago

    “ABRoot is utility which provides full immutability and atomicity to a Linux system, by transacting between two root filesystems. Updates are performed using OCI images, to ensure that the system is always in a consistent state. It also allows for local atomic changes thanks to the integrated ABRoot package manager, which generates local OCI images with the user’s changes, and then applies them on top of the system’s default image.”

    (From ABRoot’s page on Github)

    This sounds a lot like what Fedora is trying to achieve with their ostree native containers.

    Are there any technical differences between the two? Besides, of course, relying on tools with different names etc*. FWIW, it doesn’t seem as if ABRoot (v2) allows one to pin multiple deployments, while this can be done relatively easily through the sudo ostree admin pin [-u] <index> command on Fedora Atomic.