DragonFly 6.4.2 released
Justin Sherrill
justin at shiningsilence.com
Fri May 9 17:19:12 PDT 2025
DragonFly 6.4.2 is out - this is another bugfix release. ISO/IMG files are
available now on dragonflybsd.org and mirrors soon, if not already.
The release page: https://www.dragonflybsd.org/release64/
And here's what has changed from 6.4.1 to 6.4.2:
https://lists.dragonflybsd.org/pipermail/commits/2025-May/923524.html
To update on an existing install:
> cd /usr
> make src-create
> (or make src-update if you already have a src directory)
> cd src
> git pull
> make build-all
> make install-all
> make upgrade
After your next reboot, you can optionally update your rescue system:
(reboot)
> cd /usr/src
> make initrd
More information about the Users
mailing list