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