freebsd / crochet

Build FreeBSD images for RaspberryPi, BeagleBone, PandaBoard, and others.
BSD 2-Clause "Simplified" License
611 stars 187 forks source link

Change option GzipImage to CompressImage and change default to xz #104

Closed brd closed 9 years ago

brd commented 9 years ago

This makes a big difference in my tests:

224M work/FreeBSD-armv6-11.0-RPI-B-r282020.img 151M work/FreeBSD-armv6-11.0-RPI-B-r282020.img.gz 90M work/FreeBSD-armv6-11.0-RPI-B-r282020.img.xz

kientzle commented 9 years ago

Thank you!

I've merged this with one small change: I left the old GzipImage option as-is so that we would not break existing config files.

brd commented 9 years ago

What do you think about flagging GzipImage as deprecated so we could remove it later? I can whip up a patch if you think it is a good idea.