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?

  • IsoKiero@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 hour ago

    Debian (and I suppose a lot of derivatives) can use preseeding. That gives you pretty much full control to the whole installer where you can just start the installer and it does everything for you, including users, partitioning, installed software and so on.

  • utopiah@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    2 hours ago

    What is typically done, e.g. buying a PinePhone with PostMarketOS or refurbished setup deGoogled Murena phone, is having a default user with a well known password, e.g. 123456. AFAIR when you setup Rasbian you do have an interface to have a default user with a password.

    I personally made an ISO of a configured distribution, see https://fabien.benetou.fr/Cookbook/Electronics#SocialWebXRRPi0 and that worked quite well for my use case.

    • warmaster@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      4 hours ago

      Fedora too, if the users are tech illiterate and they come from Windows it might be worth going for the Kinoite spin. They wouldn’t be able to wreck it and the UI would feel more familiar to them.

    • adarza@lemmy.ca
      link
      fedilink
      English
      arrow-up
      10
      ·
      6 hours ago

      besides these–which i occasionally use the oem option with… i just put endless on one here, it also sets up the initial user during the first boot after install.

      the oem install option that is available with ubuntu and some ubuntu-based ones lets you do some initial extra package installs and stuff, though. you run a command linked on the oeminstall desktop when you’re finished with your ‘preinstall’.

  • filister@lemmy.world
    link
    fedilink
    arrow-up
    1
    arrow-down
    2
    ·
    edit-2
    3 hours ago

    You can try NixOS, there you can declaratively create users even set their passwords by providing the hash of their pass in the config file. It can also set the config of all your apps and have different sets of apps installed and configured depending on certain conditions.