-
Notifications
You must be signed in to change notification settings - Fork 94
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
Error with extlinux #10
Comments
Hi Xavi! What is your system setup and what distr have you tried building? I just tried all currently supported options (debian, ubuntu, and alpine) and they worked well for me. From my host machine:
|
I'm working on a M1 Macbook air but I've used docker for a while with no issues.
|
I think it's a matter of the architecture taken for the debian container. In case of M1 it'll take aarch64. It works if
|
Good point! When I was creating this project, M1 wasn't really a thing. Also, I should probably have stated it explicitly in the README file, but I never tried running this directly on macOS. Not sure if it'll work. A quick check on my old-ish MBP returns |
Yes, as you say, the Changes:
The final image runs on qemu. A couple of issues, I don't know if that's related to my changes:
|
I merged a bunch of changes addressing your findings. Now it works on both Linux and macOS for me. But I cannot check the M1 chip. Regarding the read-only fs and missing networking - these are known limitations. It shouldn't be too hard to make both things work, however, I'm out of capacity at the moment. |
That's great! I can confirm that everything works fine. This is really cool stuff you have here. |
Yay! Thanks for validating! |
Observing the following issue when building the container:
The text was updated successfully, but these errors were encountered: