From 67e7b951bdad46554bf7a1ee5652abd396f21567 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 5 Jan 2024 16:19:16 +0100 Subject: [PATCH] default squashfs block size --- bash/mount.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bash/mount.sh b/bash/mount.sh index e92ecef..250e2b7 100644 --- a/bash/mount.sh +++ b/bash/mount.sh @@ -74,7 +74,6 @@ if [ "${directory}" ] ; then cp overlay/mount/{vmlinuz,initrd.img} "${directory}" mksquashfs \ 'overlay/mount' "${directory}/filesystem.squashfs" \ --b '1M' \ -comp 'zstd' -Xcompression-level "${level}" chown --recursive 1000:1000 "${directory}" fi