From fa5a83cbe4b96603063d5ca40657b025a5f59553 Mon Sep 17 00:00:00 2001
From: OSAK Buildhauer <osak@fsmpi.rwth-aachen.de>
Date: Mon, 4 Mar 2019 23:13:02 +0000
Subject: [PATCH] Make output of unsquashfs less verbose

---
 create_offlinerepo.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/create_offlinerepo.sh b/create_offlinerepo.sh
index 4fb3b0d..ee37a45 100755
--- a/create_offlinerepo.sh
+++ b/create_offlinerepo.sh
@@ -24,7 +24,7 @@ mkdir -p "$workspace"/offlinerepo
 mkdir -p "$dest"
 
 7z e -so "$iso_file" casper/filesystem.squashfs > "$workspace"/offlinerepo/filesystem.squashfs
-unsquashfs -no-xattrs -d "$workspace"/offlinerepo/squashfs-root "$workspace"/offlinerepo/filesystem.squashfs 
+unsquashfs -no-progress -no-xattrs -d "$workspace"/offlinerepo/squashfs-root "$workspace"/offlinerepo/filesystem.squashfs
 
 source "$workspace/offlinerepo/squashfs-root/etc/lsb-release"
 echo "deb $APT_SOURCE_URL_OVERRIDE ${DISTRIB_CODENAME} main restricted universe multiverse" > "$workspace/offlinerepo/squashfs-root/etc/apt/sources.list"
-- 
GitLab