DragonFly 6.4 released
Justin Sherrill
justin at shiningsilence.com
Wed Jan 4 13:38:28 PST 2023
DragonFly 6.4.0 is released - here's the release page:
https://www.dragonflybsd.org/release64/
Here's the 6.4.0 tag :
https://lists.dragonflybsd.org/pipermail/commits/2022-December/871674.html
And here is the list of commits since 6.2 :
https://gitweb.dragonflybsd.org/dragonfly.git/shortlog/refs/heads/DragonFly_RELEASE_6_4?hp=refs/heads/DragonFly_RELEASE_6_2
The normal ISO and IMG files are available for download and install,
plus an uncompressed ISO image for those installing remotely.
If updating from an older version of DragonFly, bring in the 6.4 source:
> cd /usr/src
> git fetch origin
> git branch DragonFly_RELEASE_6_4 origin/DragonFly_RELEASE_6_4
> git checkout DragonFly_RELEASE_6_4
> git pull
And then rebuild: (still in /usr/src)
> 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
Don't forget to upgrade your existing packages if you haven't recently:
> pkg update
> pkg upgrade
(Thanks to Pierre-Alain TORET for the writeup)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dragonflybsd.org/pipermail/users/attachments/20230104/50ca2591/attachment.htm>
More information about the Users
mailing list