Interesting times ahead! I am really looking forward to the Leap Micro release and hope it advances the state of the art. :-)

    • t0mri@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      7 days ago

      tell me if this is what I’m looking for. I build Lineage OS, which requires me to download a load of apps. I wish (analogy coming) I could manage everything like a npm project, where I can keep all the dependencies under a single dir. I want to use my package manager to handle the dependencies, rather than manually downloading the bins, mv-ing them to the dir, and setting the path. Once I’ve finished building, dispose everything with just one or two commands, leaving no footprint on my OS/machine.

  • boredsquirrel@slrpnk.net
    link
    fedilink
    arrow-up
    4
    ·
    8 days ago

    I would love Slowroll or Leap, the tested packages of OpenSUSE using rpm-ostree. OpenSUSEs “immutable” model is worthless. It is not better than what Tumbleweed does with BTRFS snapshots

    • LaggyKar@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      7 days ago

      It’s better in one way, in that updates are applied on reboot rather than pulling the rug put from under running applications. But I agree that it doesn’t go all the way, as it doesn’t provide a verifiable base system with clearly separated modifications. OSTree would be great.

      Another possibility would be to distribute a base image as a btrfs send stream (possibly differential against previous versions) containing a compose-fs image and associated files. And then OS extensions could be installed with systemd-sysext.