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).
This commit is contained in:
parent
bb12d73a8e
commit
87efddf5ff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue