diff --git a/rpi23-gen-image.sh b/rpi23-gen-image.sh index aa90260..66196fb 100755 --- a/rpi23-gen-image.sh +++ b/rpi23-gen-image.sh @@ -863,7 +863,7 @@ mkdir -p "$BUILDDIR/mount/boot/firmware" mount "$FRMW_LOOP" "$BUILDDIR/mount/boot/firmware" # Copy all files from the chroot to the loop device mount point directory -rsync -a "${R}/" "$BUILDDIR/mount/" +rsync -a -v --stats --progress "${R}/" "$BUILDDIR/mount/" # Unmount all temporary loop devices and mount points cleanup