-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot create user in the linux #8
Labels
wontfix
This will not be worked on
Comments
I think it might be related to this? |
This is just a barebones linux kernel, a lot of the os is missing. If you want all of that you can build your own (instructions are in the page) and change "BITS" to 64. This will make a alpine linux vm. |
This is not a bug, rather it's just a quirk from the included Linux kernel being so small (with a lot of features disabled as a result). |
okay, thanks :) I wondered what is going on
…On Mon 10. 2. 2025 at 19:30, ading2210 ***@***.***> wrote:
This is not a bug, rather it's just a quirk from the included Linux kernel
being so small (with a lot of features disabled as a result).
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAZT4M6E26JF52CMYBEIT32PDV5DAVCNFSM6AAAAABWTLLYTOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNBYHA4TSMJVGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I do
adduser foobar
, I seeI wonder on what level is this error thrown. :) Is it TinyEMU?
The text was updated successfully, but these errors were encountered: