qmount /path/to/currentimgfile /debian
mount /dev/mmcblkxxx /floppy
cd /debian /home/user/img-install/ tar cf - . | (cd /floppy/; tar xvf -)
tar cf - . | (cd /floppy/; tar xvf -)