Write from ore to CF-Card

gunzip -c /IMAGE.img.gz | dd of=/dev/sdb bs=16k

dd if=/dev/sdb of=/IMAGE.img

gzip /IMAGE.img