From e085ecfdd582cc7b36c5971278ff789e4b658a00 2019-10-26 00:37:39 From: Unknown Date: 2019-10-26 00:37:39 Subject: [PATCH] 0 --- 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