summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-01-23 09:47:41 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:03 +0100
commit87efddf5ffdfadb565bffa1b09cf59482bc1126e (patch)
treecc0cc61a5e5dd973583b45332f68591d22e08a51
parentbb12d73a8eb62feeee0c5f42a03c30f16e57a1c8 (diff)
downloadlive-build-87efddf5ffdfadb565bffa1b09cf59482bc1126e.zip
live-build-87efddf5ffdfadb565bffa1b09cf59482bc1126e.tar.gz
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 b9c6d26..a862895 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