(no commit message)
[ikiwiki.git] / download.mdwn
1 # Obtaining DragonFly for your system
2
3 [[!toc  levels=3]]
4
5 ## CD Images
6
7 DragonFly CDs are 'live', meaning these CDs will boot your system and let you log in as root (no password).  You can use this feature to check for hardware compatibility and play with DragonFly a little before actually installing it on your hard drive.  The CD includes an installer that can be run at the console. Make sure you read the [README](http://gitweb.dragonflybsd.org/dragonfly.git/blob/HEAD:/nrelease/root/README") file for more information. To activate the installer, boot the CD and login as 'installer'. If you use the DVD, you can login as root and start a GUI with 'startx'.
8
9 * **Current RELEASE - 2.2.1**: <a href="ftp://chlamydia.fs.ei.tum.de/pub/DragonFly/iso-images/dfly-2.2.1_REL.iso.gz">CD</a> <a href="ftp://chlamydia.fs.ei.tum.de/pub/DragonFly/iso-images/dfly-gui-2.2.1_REL.iso.gz">DVD</a> <a href="ftp://chlamydia.fs.ei.tum.de/pub/DragonFly/iso-images/dfly-img-2.2.1_REL.img.gz">USB</a>
10 * Daily **SNAPSHOT**: <a href="http://chlamydia.fs.ei.tum.de/pub/DragonFly/snapshots/i386/">here</a>
11
12 Here is a list of [[**worldwide mirrors**|/mirrors]] offering DragonFly ISO images.  *Please use an appropriate mirror for best results!*
13
14 ## Binary pkgsrc packages
15
16 We offer a reasonable number of binary pkgsrc packages for every stable release of DragonFly.  Look at the [[list|mirrors]] of worldwide mirrors to find a mirror near you carrying binary packages.  See the man page of [pkg_radd(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=pkg_radd&section=ANY) how to install these packages.
17
18 ## Obtaining source via git
19
20 Since DragonFly 2.1 the source repository is maintained with git instead of CVS. To clone the sources using git:
21
22     # cd /usr
23     # make git-clone
24
25 This will fetch all sources for you from a fast mirror. If the <i>git-clone</i> command is not available update your Makefile to a recent version. If you do not have git installed, install it from `pkgsrc/devel/scmgit`. See [development(7)](http://leaf.dragonflybsd.org/cgi/web-man?command=development&section=ANY") for further instructions how to work with the repository.
26
27 ## DragonFly Releases
28
29 Releases occur approximately twice a year.  DragonFly release branches **only contain bug and security fixes** and are designed for people running production systems who don't want any surprises.  Brand-new features often discussed on the mailing lists are typically not in release branches.
30
31 DragonFly systems based on releases are labeled RELEASE, for example, you might be running **DragonFly X.Y.Z-RELEASE**.  If you run a daily snapshot or track *git master*, you'll see **X.Y.Z-DEVELOPMENT** as your system version.
32
33 ## Commercial Sites
34
35 A number of commercial sites selling DragonFly related material is [[here|commercial]].