I'm sure this seems like a silly novice question... But I am trying to figure out how to update my installation from 3.0.1 (or 2.10.1) to 3.0.2 from source.
I tried to follow the online documentation to do in /usr: make scr-create amd then in /usr/src: make buildworld make buildkernel make installworld make installkernel make upgrade ...and reboot. And what I got was not what I expected. I got 3.1.0-DEVELOPMENT I tried to do a: git branch DragonFly_RELEASE_3_0 v3.0.2 git checkout v3.0.2 and then issue a new: make buildworld And it was compiling for hours and hours this time around until I ran out of space on the hammer filesystem. The first time around it only took somewhere between 2.5 to 3 hours to do a buildworld. I am wondering if the playing around with the git commands I messed something up. Can anyone tell me how to update my system to a RELEASE version from source rather than the DEVELOPMENT branch. Thanks! ________________________________ From: Justin Sherrill <jus...@shiningsilence.com> To: users@crater.dragonflybsd.org Sent: Monday, March 26, 2012 10:53 PM Subject: DragonFly 3.0.2 released 3.0.2 is tagged and released. Images for 3.0.2 are also out, and should be at most mirrors by now. The major difference between 3.0.1 and 3.0.2 is I/O APIC is disabled by default when running DragonFly in a virtual machine; some people had booting issues with that on. For a shortlog of changes: http://leaf.dragonflybsd.org/mailarchive/commits/2012-03/msg00122.html