Date: Thu, 26 Dec 2013 18:51:11 -0800 From: Tim Kientzle <kientzle@freebsd.org> To: Warner Losh <imp@bsdimp.com> Cc: freebsd-arm ml <freebsd-arm@freebsd.org>, FreeBSD Release Engineering Team <re@freebsd.org> Subject: Re: FreeBSD 10.0-RC3 Now Available Message-ID: <7684A21C-4451-44ED-A11A-C03EF7850F01@freebsd.org> In-Reply-To: <AB7A24B9-A7FF-4364-8257-B8DF0E75A462@bsdimp.com> References: <20131226162521.GK2009@glenbarber.us> <2B79BF2A-1798-40F5-AD6E-D560E9C6C1E7@freebsd.org> <20131226194830.4f6e5b13@bender.Home> <AB7A24B9-A7FF-4364-8257-B8DF0E75A462@bsdimp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Dec 26, 2013, at 11:59 AM, Warner Losh <imp@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=92t build world. board_default_buildworld ( ) { } # Replace default installworld with untar board_default_installworld ( ) { cd ${BOARD_FREEBSD_MOUNTPOINT} tar xf ${WORLD_TARBALL} }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7684A21C-4451-44ED-A11A-C03EF7850F01>