Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jan 2001 05:39:52 -0600 (CST)
From:      Mike Meyer <mwm@mired.org>
To:        "Giovanni P. Tirloni" <tirloni@techie.com>
Cc:        questions@freebsd.org
Subject:   Re: make world to specific location
Message-ID:  <14929.48648.520803.491995@guru.mired.org>
In-Reply-To: <37561953@toto.iv>

next in thread | previous in thread | raw e-mail | index | archive | help
Giovanni P. Tirloni <tirloni@techie.com> types:
>  The new slice's layout is (ad0s2):
> 
>  ad0s2e /
>  ad0s2f /var
>  ad0s2g /usr
> 
>  If I mount those partitions in my current system, fetch -CURRENT's
>  sources (using cvsup) and store it on (let's say that ad0s2e is mounted
>  on /current) /current/usr/src, is there I way I can cd /current/usr/src
>  and make world to have -CURRENT installed on /current ? If yes, what am I
>  suposed to do ? any variables to set ? any documentation about it ?

I don't think there's any documentation about it, but I've done it
before. Personally, I symlinked from the -CURRENT /usr/obj to the
-STABLE one, and did:

 	make buildworld
	make buildkernel
	make DESTDIR=/current installworld
	make DESTDIR=/current installkernel

In /current/usr/src. You will also need to go to /current/usr/src/etc
and do:

	make DESTDIR=/current distrib-dirs distribution

to set up /etc for -CURRENT.

	<mike
--
Mike Meyer <mwm@mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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