I assume that when you said not reinstalling means that you dont do a
format/clean reinstall from medium. I also assume you have cvsup installed.
If you dont have cvsup installed just do a pkg_add -vr cvsup or use sysinstall
to install it

- backup your stuffs (i.e your /etc/*, /usr/local/etc/*)

- use cvsup to update the latest srcs
cvsup -g -L2 -z /etc/cvsupfile

- say your prayers :p

- update the kernel
cd /usr/src
make buildkernel
make installkernel

- build and install the binaries> cd /usr/src
make buildworld
make installworld

- here my cvsupfile
# this is /etc/cvsupfile
# modded by rosli 20060216

#*default host=cvsup10.FreeBSD.org
#*default host=cvsup.sg.freebsd.org
*default host=cvsup2.jp.freebsd.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=RELENG_6_1
*default delete use-rel-suffix
*default compress
src-all

*default release=cvs tag=.
ports-all
# end /etc/cvuspfile

- you might want to also merge your /etc files
drop to single user mode
init 1
mount -a
cd /usr/src
mergemaster





On 1/1/07, Paul McKenzie <[EMAIL PROTECTED]> wrote:

Hi all,
How do i upgrade from Freebsd 6.0 to the latest stable version freebsd 6.1 
without
reinstalling everything.

Thanks
Paul

------------------------------
Be one of the first to try Windows Live 
Mail.<http://ideas.live.com/programpage.aspx?versionId=5d21c51a-b161-4314-9b0e-4911fb2b2e6d>

_______________________________________________
Asterisk-BSD mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-bsd



_______________________________________________
Asterisk-BSD mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-bsd

Reply via email to