FreeBSD 10.0-RC3 Now Available

Tim Kientzle kientzle at freebsd.org
Fri Dec 27 02:51:16 UTC 2013


On Dec 26, 2013, at 11:59 AM, Warner Losh <imp at bsdimp.com> wrote:

> Can crochet take this the userland tarball and make an image from it?

Easy-peasy.  There are hooks for this already in lib/board.sh that you
can override in config.sh.  Something like the following (untested)
should do the trick:

# (Optional) Don’t build world.
board_default_buildworld ( ) { }

# Replace default installworld with untar
board_default_installworld ( ) {
	cd ${BOARD_FREEBSD_MOUNTPOINT}
	tar xf ${WORLD_TARBALL}
}



More information about the freebsd-arm mailing list