## Images
-DragonFly images are 'live', meaning these images on whatever media 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 includes an installer that can be run at the console. To activate the installer, boot and login as `installer`.
+DragonFly images are 'live', meaning these images on whatever media 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. To activate the installer, boot and login as `installer`.
-If you use the DVD, you can login as `root` and start a GUI with *startx*. If you use a USB .img file, it needs to be copied to a USB key directly. Use *dd* on unix-like systems, or [a similar program](http://www.chrysocome.net/dd) on Windows.
+If you use the DVD, you can login as `root` and start a GUI with *startx*. If you use a USB .img file, it needs to be copied to a USB key directly. Use *dd* on unix-like systems, or [a similar program](http://www.chrysocome.net/dd) on Windows. You could also try [Image Writer for Windows](http://sourceforge.net/projects/win32diskimager/files/).
-* **Current RELEASE — [[2.6.3|/release26/]]**:
- * i386:
- [CD](http://mirror-master.dragonflybsd.org/iso-images/dfly-i386-2.6.3_REL.iso.bz2)
-[USB](http://mirror-master.dragonflybsd.org/iso-images/dfly-i386-2.6.3_REL.img.bz2)
- * x86_64:
-[CD](http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-2.6.3_REL.iso.bz2)
-[USB](http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-2.6.3_REL.img.bz2)
-* Daily **SNAPSHOT**: [here](http://mirror-master.dragonflybsd.org/snapshots/)
+Be sure to check the [[release notes|release34]].
+
+**i386:** [CD](http://mirror-master.dragonflybsd.org/iso-images/dfly-i386-3.4.2_REL.iso.bz2) | [USB](http://mirror-master.dragonflybsd.org/iso-images/dfly-i386-3.4.2_REL.img.bz2) | [GUI ISO](http://mirror-master.dragonflybsd.org/iso-images/dfly-i386-gui-3.4.2_REL.iso.bz2) | [GUI USB](http://mirror-master.dragonflybsd.org/iso-images/dfly-i386-gui-3.4.2_REL.img.bz2)
+
+**x86_64:** [CD](http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-3.4.2_REL.iso.bz2) | [USB](http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-3.4.2_REL.img.bz2)| [GUI ISO](http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-gui-3.4.2_REL.iso.bz2) | [GUI USB](http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-gui-3.4.2_REL.img.bz2)
+
+Daily **SNAPSHOT**: [here](http://mirror-master.dragonflybsd.org/snapshots/) Snapshots use the new packaging system 'dports'.
Here is a list of [[**worldwide mirrors**|/mirrors]] offering DragonFly ISO images. *Please use an appropriate mirror for best results!*
### Legacy Releases
-To limit disk space requirements all mirrors carry only the ISO images/packages of the current and the last release. ISO images/packages of older releases are available [here](ftp://ftp.dragonflybsd.org/Older/).
+To limit disk space requirements all mirrors carry only the ISO images/packages of the current and the last release. ISO images of older releases are available [here](http://island.quantumachine.net/archive/).
## Binary pkgsrc packages
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§ion=ANY") for further instructions how to work with the repository.
+If you wish to check out the source repository manually, you can use
+
+ # git clone git://git.dragonflybsd.org/dragonfly.git dragonfly
+
All release CDs and images also contain a base git repo for pkgsrc and a populated /usr/pkg containing the git tools and may be used to bootstrap pkgsrc support in your system if you desire.
+## Browsing source via web interface
+
+The DragonFly source can be browsed via the [gitweb](http://gitweb.dragonflybsd.org/dragonfly.git) web interface.
+
## DragonFly Releases
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.