DragonFly 5.4.1 released

Justin Sherrill justin at shiningsilence.com
Mon Dec 24 05:57:43 PST 2018


Here's the tag commit, for what has changed from 5.4.0 to 5.4.1:

http://lists.dragonflybsd.org/pipermail/commits/2018-December/718276.html

The normal ISO and IMG files are available for download and install,
plus an uncompressed ISO image for those installing remotely.

If you have an existing 5.4 system and are running a generic kernel,
the normal upgrade process will work.

> cd /usr/src
> git pull

And then rebuild: (in /usr/src )

> make buildworld
> make buildkernel
> make installkernel
> make installworld
> make upgrade

After your next reboot, you can optionally update your rescue system:

(reboot)
cd /usr/src
make initrd

As always, make sure your packages are up to date:

> pkg update
> pkg upgrade



More information about the Users mailing list