21.4 Updating the System

Updating the system is a relatively simple process. As root, in /usr/src:

% make buildworld
% make buildkernel KERNCONF=GENERIC
% make installkernel KERNCONF=GENERIC
% make installworld
% make upgrade
(reboot)

An explanation of each step follows.

If your computer fails to reboot, check the Section 9.6 section of the handbook.

Contact the Documentation mailing list for comments, suggestions and questions about this document.