Skip to content

Commit c024edd

Browse files
authored
Merge pull request #9 from sarus-suite/squashfuse-options
Squashfuse options, revisited squashfuse operation. Dropped nonempty option not used for recent squashfuse releases. Updated minimum requirement for squashfuse to ensure option is not needed anymore.
2 parents 91db8e2 + f8238e1 commit c024edd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ libbtrfs-dev
3434
device-mapper-devel
3535
fuse-overlayfs
3636
mksquashfs (with zstd support)
37-
squashfuse (with zstd support)
37+
squashfuse >= 0.5.1 (with zstd support)
3838
inotifywait
3939
rsync
4040
~~~

scripts/parallax-mount-program.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ do_squash_mount() {
165165

166166
# Here we only check if link is a symlink to the actual squash file, as this is what Parallax migration does
167167
if [ -h "$squash_file" ]; then
168-
run_and_log "Mounting squash file." "$SQUASHFUSE_CMD" "$squash_file" "$target_dir" -o nonempty
168+
run_and_log "Mounting squash file." "$SQUASHFUSE_CMD" "$squash_file" "$target_dir"
169169
if [ $? -ne 0 ]; then
170170
handle_error "squashfuse failed"
171171
fi

0 commit comments

Comments
 (0)