From owner-freebsd-current@FreeBSD.ORG Wed May 6 11:43:59 2009 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 2FBCD1065674 for ; Wed, 6 May 2009 11:43:59 +0000 (UTC) (envelope-from zec@freebsd.org) Received: from xaqua.tel.fer.hr (xaqua.tel.fer.hr [161.53.19.25]) by mx1.freebsd.org (Postfix) with ESMTP id E13648FC0C for ; Wed, 6 May 2009 11:43:58 +0000 (UTC) (envelope-from zec@freebsd.org) Received: by xaqua.tel.fer.hr (Postfix, from userid 20006) id 33F579B644; Wed, 6 May 2009 13:43:57 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on xaqua.tel.fer.hr X-Spam-Level: X-Spam-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.7 Received: from localhost (imunes.tel.fer.hr [161.53.19.8]) by xaqua.tel.fer.hr (Postfix) with ESMTP id 287569B648; Wed, 6 May 2009 13:43:39 +0200 (CEST) From: Marko Zec To: freebsd-current@freebsd.org Date: Wed, 6 May 2009 07:43:32 -0400 User-Agent: KMail/1.9.10 References: <49FC812B.2070305@elischer.org> <991123400905060306h573b6b28x1c7fc0497ef28472@mail.gmail.com> <4A016ADD.3060004@elischer.org> In-Reply-To: <4A016ADD.3060004@elischer.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200905060743.33045.zec@freebsd.org> Cc: Odhiambo =?utf-8?q?=E3=83=AF=E3=82=B7=E3=83=B3=E3=83=88=E3=83=B3?= , Julian Elischer Subject: Re: VIMAGE status 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: Wed, 06 May 2009 11:43:59 -0000 On Wednesday 06 May 2009 06:47:57 Julian Elischer wrote: > Odhiambo =E3=83=AF=E3=82=B7=E3=83=B3=E3=83=88=E3=83=B3 wrote: =2E.. > > How do I use VIMAGE in 7.2-RELEASE? I'd like to play with the BIG boyz = :) > > VImage code is in -current (hence the -current mailing list) > so it is not in 7.2. > > HOWEVER you can pick up 7.2(ish) kernel sourcce tree which will allow > you to substitute in a 7.2 VIMAGE kernel and play with it.. > I'll let Marko give you the details. Hi, you should throw a look at this page for more details: http://imunes.tel.fer.hr/virtnet More specifically, you should download this tarball: http://imunes.tel.fer.hr/virtnet/vimage_7_20090505.tgz and then do the following: tpx32% cd src/sys/i386/conf/ tpx32% config VIMAGE tpx32% cd ../compile/VIMAGE/ tpx32% make depend; make tpx32% sudo make install tpx32% cd ~/tmp/src/usr.sbin/vimage/ tpx32% make clean; make tpx32% sudo make install Good luck, Marko