Friday, July 21, 2006

Updating a FreeBSD 6.1 machine

To rebuild the world and install it on a running FreeBSD 6.1  machine:
<add a KERNCONF=YOUR_KERNEL_HERE entry in your /etc/make.conf file>
# make buildworld
# make kernel
# shutdown -r now
<reboot in single user mode>
# mergemaster -p
#make installworld
# make delete-old
# mergemaster
# shutdown -r now

No comments: