Linked by Thom Holwerda on Tue 20th Nov 2007 16:56 UTC, submitted by vermaden
Permalink for comment 285957
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.





Member since:
2006-10-08
"Isn't it "make installworld" and "make buildkernel" ?"
Not exactly. Following the recommended update procedure, its
# make buildworld buildkernel
first, then
# make installkernel
followet by a restart and boot -s to start with the new kernel in single user mode, and then
# make installworld
to complete the installation.
Refer to the FreeBSD handbook because I didn't mention mergemaster, KERNCONF etc. here.
While the build* target may fail without any impact on the system, the install* ones can, allthough after "make installkernel" you can reboot with your previous kernel (kernel.old). If "make installworld" fails... good luck. :-)