• ssm@lemmy.sdf.org
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    24 days ago

    I use OpenBSD on my prod machine and vps, and that’s serving me very well (other than suspend and usb expansions cards being buggy on my framework laptop (latter might be hardware issues))

    I have the default SteamOS on my steam deck; I’m not a fan of its immutable filesystem paradigm and not shipping with any real package manager besides flatpak, so I’m thinking of putting Void Linux on it at some point.

    My phone runs PostmarketOS (alpine based mobile OS); which is adding support for systemd and making it default for phosh, kde and gnome installations; which I’m disappointed about to say the least. openrc will still be supported, but given it’s no longer the default (and requires recompilation to change), it’s probably taking a backseat to systemd. openrc will still ship by default on sxmo, but I’m ready to find an alternative at this point. Maybe I should look into trying to port OpenBSD to the pinephone again, as much as a dream as that seems like. Looks like there’s also been some effort put into porting Void Linux to the pinephone, so I’ll check that out.

    • Baldur Nil@programming.dev
      link
      fedilink
      arrow-up
      0
      ·
      24 days ago

      I’ve been really into learning about BSD lately and even setup a VM with OpenBSD here to try it. I also like the concept of “immutable” base system and everything else is a user-version package that takes precedence.

      • ssm@lemmy.sdf.org
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        24 days ago

        Base system in BSD isn’t “immutable” per say; the filesystem is mounted rw and is prone to the regular unix file modes. The base system is more just the userland that was written by the OpenBSD project themselves (plus some 3rd party components that are dependencies like perl and clang), which typically isn’t on Linux, as most Linux distributions simply use GNU userland or similar; so everything is 3rd party.

        That being said, it is very easy to replace the base system should anything go wrong, simply by re-updating to the same version inside of bsd.rd on OpenBSD.