X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/blobdiff_plain/6e176d81222bb6d5e45ad339729ffc8927d58c33..HEAD:/download.mdwn diff --git a/download.mdwn b/download.mdwn index d7027fef..0d1cc7fa 100644 --- a/download.mdwn +++ b/download.mdwn @@ -1,24 +1,56 @@ -# Obtaining DragonFly for your system +[[!meta title="Obtaining DragonFly for your system"]] -## CD Images +[[!toc levels=3]] +## Images -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, or (experimentally) via a web browser. Make sure you read the README file for more information. To activate the installer, boot the CD and login as 'installer'. +DragonFly BSD 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`. -* Current **RELEASE**: 2.0.1 -* Daily **SNAPSHOT**: here +If you use a GUI DVD, you can login as `root` and start a GUI with *startx*. Note that there is no GUI release for the current release. You will need to install Xorg directly. 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/). -**NOTE**: Look [[here|/mirrors]] for a list of worldwide mirrors offering DragonFly ISO images and binary pkgsrc packages. +### Download live image 64-bit +DragonFly BSD is 64-bit **only**. + +**USB:** dfly-x86_64-6.4.0_REL.img as [bzip2 file](https://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-6.4.0_REL.img.bz2) + +**ISO:** dfly-x86_64-6.4.0_REL.iso as [bzip2 file](https://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-6.4.0_REL.iso.bz2) + +**Uncompressed ISO:** [dfly-x86_64-6.4.0_REL.iso](https://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-6.4.0_REL.iso) (For use with VPS providers as an install image.) + +Daily **SNAPSHOT**: [here](https://mirror-master.dragonflybsd.org/snapshots/) + +**MD5 checksums** for [[all release|releases]] images: [here](http://avalon.dragonflybsd.org/iso-images/md5.txt) + +Here is a list of [[**worldwide mirrors**|/mirrors]] offering DragonFly ISO images. *Please use an appropriate mirror for best results!* + +## Release Notes + +For more details, read the 6.4 [[release notes|release64]], for upgrade steps and file checksums. ## Obtaining source via git -Since DragonFly 2.1 the source repository is maintained with git instead of CVS. See development(7) for instructions how to clone the repository. +To clone the sources using git: + + # cd /usr + # make src-create + +This will fetch all sources for you from a fast mirror. If the git-clone command is not available update your Makefile to a recent version. If you do not have git installed, install it from dports (`devel/git`). 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 have pkg installed for immediate download of packaged third-party software. + +## 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. +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. -DragonFly systems based on releases are labeled RELEASE. For example, you might be running DragonFly X.Y.Z-RELEASE. +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. ## Commercial Sites