mirror of
https://github.com/Kron4ek/Conty
synced 2024-11-16 19:50:06 +01:00
Use 256 KB block size by default for squashfs
This commit is contained in:
parent
896510ae69
commit
5bb37afbb8
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ echo
|
|||
|
||||
# Create the squashfs image
|
||||
rm -f bootstrap.squashfs
|
||||
mksquashfs "${bootstrap}" bootstrap.squashfs -comp $squashfs_compressor $compressor_arguments
|
||||
mksquashfs "${bootstrap}" bootstrap.squashfs -b 256K -comp $squashfs_compressor $compressor_arguments
|
||||
|
||||
# Combine the files into a single executable using cat
|
||||
cat squashfs-start.sh utils.tar bootstrap.squashfs > conty.sh
|
||||
|
|
Loading…
Reference in a new issue