diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-16 02:12:47 +0000 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2020-03-16 21:42:49 +0000 |
commit | af040d78035b88aaf2f99f38bf5f0db176c92d0a (patch) | |
tree | 8452655892476b12a2ad3bb09199daf9d76746b6 /scripts/build/chroot | |
parent | 24aab15d2a133075992ce3a216b1c3476dc7bd4c (diff) | |
download | vyos-live-build-af040d78035b88aaf2f99f38bf5f0db176c92d0a.tar.gz vyos-live-build-af040d78035b88aaf2f99f38bf5f0db176c92d0a.zip |
add build & build stage success messages
Diffstat (limited to 'scripts/build/chroot')
-rwxr-xr-x | scripts/build/chroot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/build/chroot b/scripts/build/chroot index a1eae1176..09c09e15e 100755 --- a/scripts/build/chroot +++ b/scripts/build/chroot @@ -87,3 +87,5 @@ lb chroot_devpts remove ${@} lb chroot_cache save ${@} Chroot chroot "ls -lR" > chroot.files + +Echo_message "Chroot stage completed" |