From bb29f0abc54e817e94754291715d3ee1d15e6cc4 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Wed, 25 May 2022 14:26:21 +0200 Subject: [PATCH] Add logging messages --- arm64-build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arm64-build.sh b/arm64-build.sh index 3da00cb..ab011b4 100755 --- a/arm64-build.sh +++ b/arm64-build.sh @@ -28,5 +28,8 @@ systemctl enable ssh echo "kenoma" > /etc/hostname EOT +echo "Unmounting second partition" sudo umount mnt + +echo "Compressing resulting image" xz $RASPIOS_IMG