Hi, this is pretty well documented in (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html), but here are the steps I use:
(if no cvsup is installed) # pkg_add -r cvsup-without-gui (norwegian cvsup mirror) # cvsup -h cvsup.no.freebsd.org /usr/share/examples/cvsup/stable-supfile # cd /usr/src # make buildworld -j 4 # make buildkernel KERNCONF=mykernel # make installkernel KERNCONF=mykernel # mergemaster -p # make installworld # reboot (Actually, I have setup KERNCONF in /etc/make.conf, so I just skip the KERCONF part). Regards, Daniel Bond > Hi, > I am new to FreeBSD. > Please let me know the setup steps to update from 5.4RELEASE to > 5.4RELEASEP1. > Thanks, > > > > --------------------------------- > Start your day with Yahoo! - make it your home page > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
