I’ve read that containers are preferred for development, but they aren’t persistent and it doesn’t seem like files such as /etc/fstab can be accessed through them when running distrobox (I enjoy editing such files using vim).

It’s also a bit annoying having to enter a specific container to run something like btop.

Are you supposed to layer them with rpm-ostree?

  • Eggymatrix@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    ·
    3 hours ago

    If you want to go play with /etc/fstab and you have a concept of "everyday cli tools"an immutable distro is not for you. An immutable distro is made for people that do not use a computer but use a browser.

    • TaintTaul@programming.dev
      link
      fedilink
      arrow-up
      5
      ·
      3 hours ago

      If you want to go play with /etc/fstab and you have a concept of "everyday cli tools"an immutable distro is not for you.

      Please don’t conflate stuff.

      On Fedora Atomic[1], it’s possible to:

      • Change the content of /etc/fstab. Heck, the same applies to everything under /etc. The only difference being that a pristine copy is kept at /usr/etc AND the fact that any changes to /etc are being tracked. Said changes can be accessed with ostree admin config-diff.
      • Install CLI apps just fine. Refer to this comment for more details.

      An immutable distro is made for people that do not use a computer but use a browser.

      False. Again.

      While I agree that it’s a very sane recommendation to the technologically inept, it would be a huge disservice to suggest it can’t handle more advanced workloads. Because, quite frankly, there’s very little it actually fails at. And most of its user base would vouch for this. And that list of restrictions/limitations is becoming smaller as we speak…


      1. And probably most distros that are -perhaps erroneously- referred to as “immutable”, though the finer details might be different. ↩︎

      • Eggymatrix@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        56 minutes ago

        I never said it was impossible, I said it is not for the op. The simple fact they don’t see an apparent way to install simple tools or modify fstab would be for me unacceptable, I prefer freeballing my OS, thank you very much. I simply assumed op was more like me and less like you.