Re: Building a custom FreeBSD ISO install image

2007-03-22 Thread Lowell Gilbert
Olivier Regnier <[EMAIL PROTECTED]> writes:

> Hello,
>
> I tried to make a custom FreeBSD ISO install image but when i use this
> command :
> prompt# cd /usr/src/release && make release
> CHROOTDIR=/ncvs/FreeBSD/release \
> BUILDNAME=6.2-RELEASE-p3 CVSROOT=/ncvs/FreeBSD/cvs  PORTSRELEASETAG=HEAD \
> DOCRELEASETAG=HEAD RELEASETAG=RELENG_6_2
>
> after 60 minutes, i have this message :
> ## Add version information to those things that need it.
> if [ ! -f /ncvs/FreeBSD/release/tmp/.world_done ]; then cd
> /ncvs/FreeBSD/Release/usr/src/sys/conf && mv newvers.sh foo && sed
> "s/^RELEASE=6.2-RELEASE-p3/" foo > newvers.sh && rm foo; fi
> cd: can't cd to /ncvs/FreeBSD/release/usr/src/sys/conf
> *** Error code 2

Is the CHROOTDIR correct?
Do you think the CVS tree is complete?

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Building a custom FreeBSD ISO install image

2007-03-21 Thread Brian A. Seklecki

On Wed, 2007-03-21 at 14:15 +0100, Olivier Regnier wrote:
> /ncvs/FreeBSD/Release/usr/src/sys/conf && mv newvers.sh foo && sed 

Is the path right?  Relative to your chroot?  Main system?  What
environmental variables did you declare and what does make.conf(5) look
like?

-- 
Brian A. Seklecki <[EMAIL PROTECTED]>
Collaborative Fusion, Inc.




IMPORTANT: This message contains confidential information and is intended only 
for the individual named. If the reader of this message is not an intended 
recipient (or the individual responsible for the delivery of this message to an 
intended recipient), please be advised that any re-use, dissemination, 
distribution or copying of this message is prohibited.  Please notify the 
sender immediately by e-mail if you have received this e-mail by mistake and 
delete this e-mail from your system.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"