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

Running the Makefile Requires Superuser #21

Open
ghost opened this issue Nov 15, 2019 · 5 comments
Open

Running the Makefile Requires Superuser #21

ghost opened this issue Nov 15, 2019 · 5 comments

Comments

@ghost
Copy link

ghost commented Nov 15, 2019

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.

@robertapengelly
Copy link

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.

Superuser is required when using mount. The project will build successfully without superuser but you cannot create the image without requiring superuser.

@ghost
Copy link
Author

ghost commented Nov 28, 2019

@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.

@robertapengelly
Copy link

@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.

@ghost
Copy link
Author

ghost commented Nov 29, 2019

@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.

@ghost ghost closed this as completed Nov 29, 2019
@frednora frednora reopened this Oct 26, 2023
@frednora
Copy link
Collaborator

nice if visitors of the project could compile without feeling like their putting their system at risk.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants