We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 896510a commit 5bb37afCopy full SHA for 5bb37af
create-conty.sh
@@ -39,7 +39,7 @@ echo
39
40
# Create the squashfs image
41
rm -f bootstrap.squashfs
42
-mksquashfs "${bootstrap}" bootstrap.squashfs -comp $squashfs_compressor $compressor_arguments
+mksquashfs "${bootstrap}" bootstrap.squashfs -b 256K -comp $squashfs_compressor $compressor_arguments
43
44
# Combine the files into a single executable using cat
45
cat squashfs-start.sh utils.tar bootstrap.squashfs > conty.sh
0 commit comments