diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-08 17:57:09 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-08 17:57:09 +0100 |
commit | a5a75b59283f2c2fa574d3f868e9791ce7323f58 (patch) | |
tree | d354d5f6cb942cd1e0374c36854d1eeeb4b691d3 /bin | |
parent | d8d06762441dc05f959e3ec82444d19e6c88889d (diff) | |
download | jenkins.debian.net-a5a75b59283f2c2fa574d3f868e9791ce7323f58.tar.xz |
live-build: show how big resulting .iso is
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/live-build.sh | 4 |
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 |