Skip to content

Commit 5bb37af

Browse files
authored
Use 256 KB block size by default for squashfs
1 parent 896510a commit 5bb37af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create-conty.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ echo
3939

4040
# Create the squashfs image
4141
rm -f bootstrap.squashfs
42-
mksquashfs "${bootstrap}" bootstrap.squashfs -comp $squashfs_compressor $compressor_arguments
42+
mksquashfs "${bootstrap}" bootstrap.squashfs -b 256K -comp $squashfs_compressor $compressor_arguments
4343

4444
# Combine the files into a single executable using cat
4545
cat squashfs-start.sh utils.tar bootstrap.squashfs > conty.sh

0 commit comments

Comments
 (0)