From 87efddf5ffdfadb565bffa1b09cf59482bc1126e Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Sat, 23 Jan 2010 09:47:41 +0100
Subject: 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).
---
helpers/lh_binary_rootfs | 3 +++
1 file changed, 3 insertions(+)
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
--
cgit v1.0