##// END OF EJS Templates
0
Unknown -
r689:e085ecfdd582
parent child
Show More
@@ -863,7 +863,7 mkdir -p "$BUILDDIR/mount/boot/firmware"
863 863 mount "$FRMW_LOOP" "$BUILDDIR/mount/boot/firmware"
864 864
865 865 # Copy all files from the chroot to the loop device mount point directory
866 rsync -a "${R}/" "$BUILDDIR/mount/"
866 rsync -a -v --stats --progress "${R}/" "$BUILDDIR/mount/"
867 867
868 868 # Unmount all temporary loop devices and mount points
869 869 cleanup
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant