<div dir="ltr"><pre style="white-space:pre-wrap;color:rgb(0,0,0)">DragonFly 6.0 is released - here's the release page:

<a href="https://www.dragonflybsd.org/release60/" target="_blank">https://www.dragonflybsd.org/release60/</a>

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.x system and are running a generic kernel,
the normal upgrade process will work.  Change your local /usr/src to
6.0:

><i> cd /usr/src
</i>><i> git fetch origin
</i>><i> git branch DragonFly_RELEASE_6_0 origin/DragonFly_RELEASE_6_0
</i>><i> git checkout DragonFly_RELEASE_6_0
</i>><i> git pull
</i></pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">If you get an error on the git branch creation, you may have pulled down a shallow copy of src ('make src-create-shallow' in /usr instead of 'make src-create')  If so, delete /usr/src and repull it using 'make src-create' in /usr.</pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">Once you have checked out the 6.0 source, rebuild: (in /usr/src )

><i> make buildworld
</i>><i> make buildkernel
</i>><i> make installkernel
</i>><i> make installworld
</i>><i> make upgrade
</i>
(Note that this release contains build-all and install-all targets
that can replace the multiple build and install steps; I'm
recommending the historic process out of habit.)

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

(reboot)
cd /usr/src
make initrd

Don't forget to upgrade your existing packages.  There's new packages
built for 6.0:

><i> pkg update
</i>><i> pkg upgrade</i></pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><br></pre></div>