Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Feb 2001 13:47:33 -0800
From:      "Chris Smith" <chrissmith@mgci.com>
To:        "Jonathan Chen" <jonathan.chen@itouch.co.nz>
Cc:        "Freebsd Questions" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Upgrading from 4.1 to 4.2
Message-ID:  <006d01c0a1d0$0f2c39c0$0c00a8c0@amgroupadmin.com>
References:  <200102282108.NAA45629@akira.lanfear.com> <20010301103622.A71041@itouchnz.itouch>

next in thread | previous in thread | raw e-mail | index | archive | help
I think I can add something here...

From: "Jonathan Chen" <jonathan.chen@itouch.co.nz>
> make buildworld

(could take all day depending on the speed of your CPU)

> make buildkernel KERNEL=YOURKERNEL
> make installkernel KERNEL=YOURKERNEL

Reboot into single mode to test new kernel here.  If it looks ok, then...

# mount -a 
# cd /usr/src

...to mount filesystems and go to src, then do the following:

> make installworld
> mergemaster

Watch yourself with mergemaster, mainly, configuration scripts you
have modified yourself, e.g. /etc/rc.conf and /etc/groups.  If you are
*sure* you haven't modified a file, then go ahead and tell mergemaster to
install it, otherwise leave it for later.

> reboot

Upon reboot, watch your startup closely and scrollback if need be to 
make sure there are no errors or any other strange messages.

_________________________________________________________________________
Chris Smith                                 American Group Administrators
IT Department                               First National Administrators



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?006d01c0a1d0$0f2c39c0$0c00a8c0>