-
Notifications
You must be signed in to change notification settings - Fork 35
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
Running the Makefile Requires Superuser #21
Comments
Superuser is required when using mount. The project will build successfully without superuser but you cannot create the image without requiring superuser. |
@robertapengelly I'm aware of that. The primary options are either using a FUSE driver or rolling your own utility for creating the image. Neither of those are very hard to do since there's a lot of FAT code on the internet. And then there's always the option of building the image in a VM with Travis CI, and uploading the image to GitHub releases. That would fix the problem too because then nobody would have to run the build system to try the OS. |
@tay10r I understand that there's the option of building it and uploading but maybe he hasn't figured that out yet. Also looking at other things on here I don't know if he's able to understand these messages cause everything else is in a different language so it may be worth someone forking the project and offering support that way. |
@robertapengelly Maybe you're right that it'd be more helpful to submit a PR or something. I'll close this and try to give it a shot at some point. |
You are very right. But i really don't know how to fix it. I need some help to change the Makefile to do the things in the right way. |
Call me paranoid, but I'm very weary to run someones build scripts as a superuser.
It would be nice if visitors of the project could compile without feeling like their putting their system at risk.
The text was updated successfully, but these errors were encountered: