Skip to content
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

assumes host is x86 #71

Open
jonassmedegaard opened this issue May 31, 2021 · 1 comment
Open

assumes host is x86 #71

jonassmedegaard opened this issue May 31, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@jonassmedegaard
Copy link

If I read the code correctly , it checks if host is a 32-bit architecture, and if it is then it expects to be able to run i386 code fetched online.

In other words, it seems bootiso will fail when running on ARMv7 or MIPSEL or other atchitectures.

@jonassmedegaard jonassmedegaard added the bug Something isn't working label May 31, 2021
@jsamr
Copy link
Owner

jsamr commented May 31, 2021

It checks first if the binary available on kernel.org is 32 or 64 bits, and then checks for host architecture. But indeed, the remote feature is not available on non-x86 / x64 architectures such as ARM.

This limitation is mentioned in the man. We could implement a "graceful degradation" strategy by disallowing the remote feature on other architectures explicitly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants