summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-01-23 09:47:41 +0100
committerDaniel Baumann <daniel@debian.org>2010-01-23 09:47:41 +0100
commit87012e41db77faaf4cc4514390bf6ee53c590ab2 (patch)
treecc0cc61a5e5dd973583b45332f68591d22e08a51
parent89148cde2dd82032fdd616d517ad8715c8b9b0c7 (diff)
downloadvyos-live-build-87012e41db77faaf4cc4514390bf6ee53c590ab2.tar.gz
vyos-live-build-87012e41db77faaf4cc4514390bf6ee53c590ab2.zip
Displaying a message between setting up squashfs-tools and starting mksquashfs so that users know what is going on, thanks to Michal Suchanek <michal.suchanek@ruk.cuni.cz> (Closes: #566250).
-rwxr-xr-xhelpers/lh_binary_rootfs3
1 files changed, 3 insertions, 0 deletions
diff --git a/helpers/lh_binary_rootfs b/helpers/lh_binary_rootfs
index b9c6d267b..a862895fe 100755
--- a/helpers/lh_binary_rootfs
+++ b/helpers/lh_binary_rootfs
@@ -305,6 +305,9 @@ case "${LH_CHROOT_FILESYSTEM}" in
# Installing depends
Install_package
+ Echo_message "Preparing squashfs image..."
+ Echo_message "This may take a while."
+
# Remove old squashfs image
if [ -f binary/${INITFS}/filesystem.squashfs ]
then