From 8dce6f69a549ff5ef988fc50fc0c6410eab22020 Mon Sep 17 00:00:00 2001 From: Kron4ek Date: Mon, 12 Apr 2021 02:00:33 +0500 Subject: [PATCH] Fix the utils.tar size --- squashfs-start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squashfs-start.sh b/squashfs-start.sh index 9529ae3..78a3d77 100755 --- a/squashfs-start.sh +++ b/squashfs-start.sh @@ -35,7 +35,7 @@ scriptsize=13692 # The size of the utils.tar archive # utils.tar contains bwrap and squashfuse binaries -utilssize=1259520 +utilssize=1300480 # Offset where the squashfs image is stored offset=$((scriptsize+utilssize))