DragonFly BSD

handbook-updating-makeworld

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 troubleshooting section of chapter 10 of the handbook. NOTE : You should never run make upgrade before having installed the new kernel and world because your system might (in the worst case) be rendered useless if you do so. This can happen because make upgrade might remove something that the old system still needs for functioning correctly!

A more in-depth explanation of the build process is described in build(7)