On Thu, Mar 15, 2001 at 11:14:05PM -0500, The Babbler wrote:
> In fact the section of the handbook at
>
> http://www.freebsd.org/handbook/synching.html
>
> says quite explicitly that you can get only the parts you want.
>
> Might be a good clarification for the handbook that though it's a n
On Thu, Mar 15, 2001 at 11:14:05PM -0500, The Babbler wrote:
> Am I reading the wrong section of the handbook?
> Should I be reading something else entirely?
a full system upgrade (make world, as it's often called) isn't nearly as hard
with freebsd as it often is in the linux world.
first, use
Yes, I'm sure that's it. Another problem with coming from the Linux
world and getting used to the new way of doing things.
The handbook suggested that the easiest way to cvsup was to use
# pkg_add -f \
ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/cvsupi
You can put the KERNCONF variable in /etc/make.conf and just do "make
kernel", yes.
--Andy
-Original Message-
From: Francisco Reyes [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 15, 2001 7:38 AM
To: Torben Baecker
Cc: j mckitrick; [EMAIL PROTECTED]
Subject: Re: New KERNC
Francisco Reyes wrote:
>
> On Tue, 13 Mar 2001, Torben Baecker wrote:
>
> > make buildworld
> > make kernel KERNCONF=JUPITER
>
> So this new procedure replaces the old?
> Can one put the KERNCONF variable on /etc/rc.conf and just do "make
> kernel"
>
> Where is this explained in /usr/src/UPD
On Tue, 13 Mar 2001, Torben Baecker wrote:
> make buildworld
> make kernel KERNCONF=JUPITER
So this new procedure replaces the old?
Can one put the KERNCONF variable on /etc/rc.conf and just do "make
kernel"
Where is this explained in /usr/src/UPDATIN?
To Unsubscribe: send mail to [EMAIL PROT
On Tue, Mar 13, 2001 at 05:33:58PM +0100, Torben Baecker wrote:
| > make buildworld
| > make buildkernel KERNCONF=JUPITER
| > make installkernel KERNCONF=JUPITER
| > ...
| >
| > Is this correct?
| >
| > jm
|
| Hi,
|
| make buildworld
| make kernel KERNCONF=JUPITER
|
| that's all
Cool. Then
j mckitrick wrote:
>
> I took a look at the notes on this change, but I'm still a bit unclear.
> What do I need to do differently, if anything?
>
> make buildworld
> make buildkernel KERNEL=JUPITER
> make installkernel KERNEL=JUPITER
> ...
>
> make buildworld
> make buildkernel KERNCONF=JUPITER