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

cli: deduplicate kernel options #855

Merged
merged 1 commit into from
Jul 27, 2024

Conversation

JokerQyou
Copy link
Contributor

Merge stock kernel options with user-provided ones before passing to go-fuse.

Before: -ko volname=custom would result in -o volname=mountpoint,volname=custom to macFUSE.

After: -ko volname=custom would produce -o volname=custom with no duplicates.

Fixes #854 and #557

Merge stock kernel options with user-provided ones before passing to go-fuse.

Before: `-ko volname=custom` would result in `-o volname=mountpoint,volname=custom` to macFUSE.

After: `-ko volname=custom` would produce `-o volname=custom` with no duplicates.

Fixes rfjakob#854 and rfjakob#557
@rfjakob rfjakob merged commit 533c9eb into rfjakob:master Jul 27, 2024
1 check passed
@rfjakob
Copy link
Owner

rfjakob commented Jul 27, 2024

Thanks!

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.

Avoid duplicate kernel options
2 participants