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

Build image without sudo in systems with FUSE #66

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

DrDub
Copy link

@DrDub DrDub commented Dec 4, 2023

These scripts can be used in Linux systems with fuseloop and fuseext2 installed.

The CMakeLists.txt need to be changed to invoke image-fuseloop.sh instead of image.sh

(This could also be folded into the existing scripts, I'm not sure if this change interests you.)

These scripts can be used in Linux systems with fuseloop and fuseext2 installed.

The CMakeLists.txt need to be changed to invoke image-fuseloop.sh instead of image.sh
Copy link
Owner

@byteduck byteduck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work, thank you! I think the only thing is that we'd probably want to coalesce the scripts a bit to avoid maintaining two separate versions of the base system and image scripts for FUSE and non-FUSE. I can take care of that though.

@DrDub
Copy link
Author

DrDub commented Jan 3, 2024

Sure thing, I put it separately as I wasn't sure if you'd accept the PR.

Great project, by the way. Fun times.

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

Successfully merging this pull request may close these issues.

None yet

2 participants