> Date: Sun, 25 Aug 2002 13:56:21 +0100
> From: Jeff Penn <[EMAIL PROTECTED]>
> Sender: [EMAIL PROTECTED]
> 
> On Sun, Aug 25, 2002 at 03:23:59PM +0400, RUS wrote:
> > #cd /usr/src
> > #make buildworld
> > #make buildkernel KERNCONF=mykernel
> > #make installkernel KERNCONF=mykernel
> > after reboot to single mode
> > #make installworld
> > #margemaster
> > and reboot
> 
> I always clean out /usr/obj.  You can also add the 2 new mergemaster
> calls using -p & -C options:
> 
> cd /usr/obj
> chflags -R noschg *
> rm -rf *
> cd /usr/src
> mergemaster -p
> make buildworld
> make buildkernel KERNCONF=MYKERNEL
> make installkernel KERNCONF=MYKERNEL
> 
> shutdown -r now
> boot -s fsck -p
> mount -u /
> mount -a -t ufs
> swapon -a
> cd /usr/src
> make installworld
> mergemaster
> mergemaster -C

And, don't forget 'adjkerntz -i' before you 'make installworld' so
that you won't be installing files before they were built.

R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: [EMAIL PROTECTED]                  Phone: +1 510 486-8634

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to