DragonFly 6.4.1 released
Justin Sherrill
justin at shiningsilence.com
Wed Apr 30 06:41:33 PDT 2025
DragonFly 6.4.1 is out - this is a 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.0 to 6.4.1:
https://lists.dragonflybsd.org/pipermail/commits/2025-April/923496.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