nullpo-head / wsl-distrod

Distrod is a meta-distro for WSL 2 which installs Ubuntu, Arch, Debian, Gentoo, etc. with systemd in a minute for you. Distrod also has built-in auto-start feature on Windows startup and port forwarding ability.
MIT License
1.9k stars 91 forks source link

useradd command not found on Alpine #3

Open zoobab opened 2 years ago

zoobab commented 2 years ago

If you choose Alpine (choice n2), the addition of a user throws an error that the command 'useradd' does not exist.

I think on Alpine, it is 'adduser'.

stoltzld commented 2 years ago

Alpine doesn't have systemd, so I imagine that distrod won't do anything useful with it. It is also not listed in the distros that are tested with distrod in the README.md. I was meddling with this very thing just the other day. I ended up going with Arch instead.