From 71178cf8ec7e7466d7e2eea91a689c8cafe3f16d Mon Sep 17 00:00:00 2001 From: Bastian Bittorf Date: Wed, 13 Jan 2021 06:04:03 +0100 Subject: [PATCH] removed 2 echo statements: these are not needed, we are already on debug mode with set -x --- rootfs.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/rootfs.sh b/rootfs.sh index d64dc70b..9be6825c 100755 --- a/rootfs.sh +++ b/rootfs.sh @@ -9,7 +9,6 @@ pushd sysa # SYSTEM A # Setup tmp -echo "trying to mount ramdisk/tmpfs: size 8G" mkdir -p tmp/ sudo mount -t tmpfs -o size=8G tmpfs tmp @@ -134,5 +133,4 @@ fi cd ../.. # Cleanup -echo "trying to unmount ramdisk/tmpfs, abort with CTRL+C" sudo umount sysa/tmp