I’ve started to collect good computers that are stuck on Windows 10 that are being discarded. I want to put Linux on them and give them away to less fortunate people in need of a computer. It would be easier if user names and passwords were not part of the install process but part of the first boot after installation. What distros should I look at?

    • ReversalHatchery@beehaw.org
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      2
      ·
      edit-2
      1 day ago

      sure, then already open programs will start malfunctining left and right, because they assume they have x version of files and libraries on a path, but in the meantime it has been replaced with version y. firefox and thunderbird are especially sensitive to it, but are not the only one.

      unattended upgrades work fine on a server with relatively simple programs, but on the desktop world things are different.

      • equivocal@lemm.ee
        link
        fedilink
        English
        arrow-up
        5
        ·
        23 hours ago

        Silverblue and other distros like it fix this by not changing the running system. The pending update just becomes the running system on next boot.

        • ReversalHatchery@beehaw.org
          link
          fedilink
          English
          arrow-up
          1
          ·
          12 hours ago

          yeah, but they use immutable system images that you can’t change even if you wanted to. KDE’s update system is integrated with a systemd component that does the installation after a reboot, I think nowadays that’s the best of both worlds

      • porous_grey_matter@lemmy.ml
        link
        fedilink
        arrow-up
        5
        ·
        1 day ago

        Firefox hasn’t broken like that for me in years, it tells me it needs to restart because it was upgraded in the background and restores the session perfectly, usually

      • catloaf@lemm.ee
        link
        fedilink
        English
        arrow-up
        1
        ·
        23 hours ago

        Libraries loaded in RAM are not unloaded. They continue working just fine.

        • ReversalHatchery@beehaw.org
          link
          fedilink
          English
          arrow-up
          1
          ·
          12 hours ago

          but does it load all libraries into ram at startup? there’s also all the resource files, including omni.ja that has a bunch of javascript code