DragonFly 5.0 released!
Justin Sherrill
justin at shiningsilence.com
Mon Oct 16 08:29:28 PDT 2017
DragonFly 5.0 is released - here's the release page:
https://www.dragonflybsd.org/release50/
Single-system HAMMER2 support starts with this release.
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 4.8.x system and are running a generic kernel,
the normal upgrade process will work. Change your local /usr/src to
5.0:
> cd /usr/src
> git fetch origin
> git branch DragonFly_RELEASE_5_0 origin/DragonFly_RELEASE_5_0
> git checkout DragonFly_RELEASE_5_0
> git pull
And then rebuild: (in /usr/src )
> make buildworld
> make buildkernel
> make installkernel
> make installworld
> make upgrade
Don't forget to upgrade your existing packages.
> pkg upgrade
More information about the Users
mailing list