summaryrefslogtreecommitdiffstats
path: root/bin/live-build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-08 17:57:09 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-08 17:57:09 +0100
commita5a75b59283f2c2fa574d3f868e9791ce7323f58 (patch)
treed354d5f6cb942cd1e0374c36854d1eeeb4b691d3 /bin/live-build.sh
parentd8d06762441dc05f959e3ec82444d19e6c88889d (diff)
downloadjenkins.debian.net-a5a75b59283f2c2fa574d3f868e9791ce7323f58.tar.xz
live-build: show how big resulting .iso is
Diffstat (limited to 'bin/live-build.sh')
-rwxr-xr-xbin/live-build.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/live-build.sh b/bin/live-build.sh
index 3455a0c1..d22c69de 100755
--- a/bin/live-build.sh
+++ b/bin/live-build.sh
@@ -33,6 +33,10 @@ esac
sudo lb build
mkdir -p /srv/live-build/results
sudo cp -v live-image-amd64.hybrid.iso /srv/live-build/results/$1_$2_$3_live_amd64.iso
+echo
+echo "$(date) - live image created:"
+ls -lh /srv/live-build/results/$1_$2_$3_live_amd64.iso
+echo
cleanup_all
trap - INT TERM EXIT