Hi

I have replaced

dd if=/dev/zero of=chroot/binary.img bs=1024k count=${REAL_DIM}

With this

dd if=/dev/zero of=chroot/binary.img bs=1024k count=0 seek=${REAL_DIM}


This created the file in an instant. A sparse file with the right size
filled with zeroes. When going up in size for the image, it will do much
more difference.


regards
//Peter

-- 

bitrunner

0708-460260
Andra Långgatan 28
41327 Göteborg
Sweden

_______________________________________________
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to