DragonFly 3.2.1 released!
Justin Sherrill
justin at shiningsilence.com
Fri Nov 2 21:37:28 PDT 2012
The 3.2.1 release of DragonFly is available now.
http://www.dragonflybsd.org/release32/
Release ISO and IMG files are available now, and should be copied to
most mirrors at this point.
You can update a running system via Git: (the following commands
assume you are using a generic kernel)
cd /usr/src/
git branch DragonFly_RELEASE_3_2 origin/DragonFly_RELEASE_3_2
git checkout DragonFly_RELEASE_3_2
# Check /usr/src/UPDATING for details of any changes
make buildworld
make buildkernel
make installkernel
make installworld
make upgrade
reboot
Pkgsrc packages on DragonFly 3.2.1 are built using pkgsrc-2012Q3.
Binary packages are available via pkg_radd and pkg_search. If a
package isn't available for download via pkg_radd, it may require
being built from source.
To download pkgsrc-2012Q3 on a freshly installed DragonFly system:
cd /usr
make pkgsrc-create
To update pkgsrc build files on an existing system:
cd /usr/pkgsrc
git branch pkgsrc-2012Q3 origin/pkgsrc-2012Q3
git checkout pkgsrc-2012Q3
To update software installed through pkgsrc:
http://www.dragonflybsd.org/docs/howtos/HowToPkgsrc/#index4h2
More information about the Users
mailing list