-
Notifications
You must be signed in to change notification settings - Fork 4
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
Doesn't work on Manjaro #163
Comments
Could you post the output of Also, the error reported a missmatch with alpm the pacman API, could you confirm that you have pacman installed? |
I think we can easily support manjaro as well. Can you post the output when you run it with |
Especially interesting would be how we can map from the |
Here's the output of
and the output of
|
@grodin And do you happen to know what the actual installed kernel package name is on your system? Probably |
Exactly right |
So I guess we could infer the package name from the major and minor version of the uname output. |
Can you try the fix in #165? |
It seems to work. I checked out #165 and did a debug build. The output of
Is that what you'd expect? |
This seems reasonable. One could argue that it is a bit confusing that the installed version doesn't include If you run into any other issues with Manjaro, just open another ticket. |
Not sure if Manjaro is supposed to be supported (if not, fair enough!), but currently running reboot-arch-btw gives the error
The output of uname -srv is
Might be worth mentioning in the README if you decide not to support Manjaro.
The text was updated successfully, but these errors were encountered: