diff options
Diffstat (limited to 'helpers/lh_binary_rootfs')
-rwxr-xr-x | helpers/lh_binary_rootfs | 3 |
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 |