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

Fix #347: No data compression #348

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

goldstar611
Copy link
Contributor

@goldstar611 goldstar611 commented Mar 5, 2024

Fixes #347

mksquashfs has an option -no-compression [1] but it seems to have been released about 10 months ago [2] and not widely available, especially on older OS installations.

Switch to a more widely available -noDatacompression option instead. [3] [4]

  1. https://www.mankier.com/1/mksquashfs
  2. https://github.com/plougher/squashfs-tools/blame/1c791c5bdd2307458088e1f0821d9cefd14e0c96/README-4.6.1#L83
  3. https://manpages.debian.org/jessie/squashfs-tools/mksquashfs.1.en.html
  4. https://manpages.ubuntu.com/manpages/focal/man1/mksquashfs.1.html

mksquashfs has an option `-no-compression` [1] but it seems to have been released about 10 months ago [2] and not widely available, especially on older OS installations.

Switch to a more widely available `-noDatacompression` option instead. [3] [4]

1. https://www.mankier.com/1/mksquashfs
2. https://github.com/plougher/squashfs-tools/blame/1c791c5bdd2307458088e1f0821d9cefd14e0c96/README-4.6.1#L83
3. https://manpages.debian.org/jessie/squashfs-tools/mksquashfs.1.en.html
4. https://manpages.ubuntu.com/manpages/focal/man1/mksquashfs.1.html
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.

Error running on github workflow
1 participant