Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Aug 2002 11:54:02 -0700
From:      faSty <fasty@i-sphere.com>
To:        Ronneil Camara <neil@restricted.dyndns.org>
Cc:        FreeBSD-Stable <stable@FreeBSD.ORG>
Subject:   Re: make buildworld
Message-ID:  <20020807185402.GC97818@i-sphere.com>
In-Reply-To: <20020807183637.25217.qmail@ns1.onie.yi.org>
References:  <20020807104347.F20616-100000@topperwein.dyndns.org> <20020807183637.25217.qmail@ns1.onie.yi.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

 I have been doing since couple years.

cvsup -g -L 2 stan;e-supfile
cd /usr/src
make world
make kernel KERNCONF=<your kernel name here>
mergemaster
reboot

it works for me very well :)

-fasty

On Wed, Aug 07, 2002 at 01:36:37PM -0500, Ronneil Camara wrote:
> I won't comment on your reply but here is what I have been doing since 
> 1999. 
> vi stable-supfile
> cvsup -g -L2 stable-supfile
> cd /usr/src
> make buildworld
> make installworld
> make buildkernel KERNCONF=<your kernel name here>
> make installkernel KERNCONF=<your kernel name here>
> mergemaster
> update /stand/sysinstall
> reboot 
> 
> That's it without problems. 
> 
> Chris BeHanna writes: 
> 
> >On Wed, 7 Aug 2002, Ronneil Camara wrote: 
> >
> >>All I can say is that I just normally execute those commands as what I 
> >>have
> >>been doing a long time ago. 
> >>
> >>vi stable-supfile
> >>cvsup -g -L2 stable-supfile
> >>cd /usr/src
> >>make buildworld
> >>make installworld
> >
> >    This is not right.  Here's what you should be doing: 
> >
> >         vi stable-supfile
> >         cvsup -g -L2 stable-supfile
> >         cd /usr/src
> >         make buildworld
> >         make buildkernel KERNCONF=<your kernel name here>
> >         make installkernel
> >         shutdown -r now
> >         # (make sure the system comes up)
> >         shutdown -r now
> >         # (come up in single-user mode this time)
> >         make installworld
> >         mergemaster
> >         shutdown -r now
> >         # (come up normally this time) 
> >
> >These steps have been documented in /usr/src/UPDATING since 4.0.  This
> >is the only supported procedure for upgrading your system from source. 
> >
> >-- 
> >Chris BeHanna                      http://www.pennasoft.com
> >Principal Consultant
> >PennaSoft Corporation
> >chris@pennasoft.com 
> >
> >
> >To Unsubscribe: send mail to majordomo@FreeBSD.org
> >with "unsubscribe freebsd-stable" in the body of the message
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-stable" in the body of the message

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




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