From b4c30327550795caca3f400ec508a69dedc61a03 Mon Sep 17 00:00:00 2001 From: simono41 Date: Sun, 4 Mar 2018 16:21:16 +0100 Subject: [PATCH] sleep --- make_mksquashfs-auto.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/make_mksquashfs-auto.sh b/make_mksquashfs-auto.sh index 5d39de2..de23af5 100755 --- a/make_mksquashfs-auto.sh +++ b/make_mksquashfs-auto.sh @@ -135,6 +135,9 @@ EOT echo "airootfs.sfs nicht vorhanden!" fi + echo "System wird Komprimiert!!!" + sleep 5 + mksquashfs ${work_dir}/${arch}/airootfs ${work_dir}/iso/${install_dir}/${arch}/airootfs.sfs -comp xz -b 262144 sha512sum ${work_dir}/iso/${install_dir}/${arch}/airootfs.sfs > airootfs.sha512