Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 May 2009 07:43:32 -0400
From:      Marko Zec <zec@freebsd.org>
To:        freebsd-current@freebsd.org
Cc:        Odhiambo =?utf-8?q?=E3=83=AF=E3=82=B7=E3=83=B3=E3=83=88=E3=83=B3?= <odhiambo@gmail.com>, Julian Elischer <julian@elischer.org>
Subject:   Re: VIMAGE status
Message-ID:  <200905060743.33045.zec@freebsd.org>
In-Reply-To: <4A016ADD.3060004@elischer.org>
References:  <49FC812B.2070305@elischer.org> <991123400905060306h573b6b28x1c7fc0497ef28472@mail.gmail.com> <4A016ADD.3060004@elischer.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905060743.33045.zec>