From owner-freebsd-current@FreeBSD.ORG Mon Oct 17 13:50:37 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37028106564A for ; Mon, 17 Oct 2011 13:50:37 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id E942F8FC0C for ; Mon, 17 Oct 2011 13:50:36 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id p9HDoZVk016262; Mon, 17 Oct 2011 07:50:35 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id p9HDoZJ8016259; Mon, 17 Oct 2011 07:50:35 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 17 Oct 2011 07:50:35 -0600 (MDT) From: Warren Block To: Alexander Yerenkow In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Mon, 17 Oct 2011 07:50:36 -0600 (MDT) Cc: freebsd-current@freebsd.org Subject: Re: VM images for FreeBSD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2011 13:50:37 -0000 On Mon, 17 Oct 2011, Alexander Yerenkow wrote: > Hello all. > I'm currently made set of scripts, which builds FreeBSD from svn sources, > and packing it in VirtualBox (*.vdi) compatible images. > It's working now, and producing something like > > FreeBSD-9-i386-r226409-2011-10-16.vdi.xz (also .vdi, .vdi.zip and plain .img > which can be dd to USB flash). > > I'm developing this here: > https://github.com/yerenkow/freebsd-vm-image > > I have more goals to do (like producing more images, with a installed sets > of packages, like KDE-from-ports, KDE-from-area51, with experimental GEM > drivers etc.) Excellent! If live CD/memdisk features are added, this could also be useful for testing large xorg port updates before commit. PS: why bash for cron-auto-action.sh?