On 1/22/07, B. Cook <[EMAIL PROTECTED]> wrote:
I'm inheriting an older network and I'm trying to update it..
cvsup to 6_2..
Doing a build kernel && install kernel
then reboot and build world && install world && mergemaster -p if needed
then rebuild the kernel and reinstall it..
right?
I couldn't see anything major in UPDATING.. am I missing something?
Thanks in advance.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
I think ..
#cd /usr/src
#make cleanworld
#mergemaster -p
#make buildworld
#make buildkernel
#make installkernel
#reboot
#cd /usr/src
#make installworld
#mergemaster -iU
#reboot
--
Regards,
-Abdullah Ibn Hamad Al-Marri
Arab Portal
http://www.WeArab.Net/
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"