X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/blobdiff_plain/17c16f9d3fca483eeb55efc777d4ceaa229e7473..HEAD:/download.mdwn diff --git a/download.mdwn b/download.mdwn index 5a2d8a5e..0d1cc7fa 100644 --- a/download.mdwn +++ b/download.mdwn @@ -1,191 +1,57 @@ -# 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 below 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**. -## 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. - -## 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. - -DragonFly systems based on releases are labeled RELEASE. For example, you might be running DragonFly X.Y.Z-RELEASE. - -## Download Sites - -### Asia - -> **Japan** - -* AllBSD.org (Daily snapshots, official ISOs)
HTTP, FTP, -* Japan Advanced Institute of Science and Technology (JAIST) (Binary pkgsrc packages, daily snapshots, official ISOs)
HTTP, FTP, rsync - -> **Russia** - -* Macomnet (Daily snapshots, official ISOs)
HTTP, FTP, rsync - -> **Taiwan** +**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) -* Providence University (Daily snapshots, official ISOs)
HTTP, FTP -* TWAREN FTP (Binary pkgsrc packages, daily snapshots, official ISOs)
HTTP, FTP +**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/) -### Europe +**MD5 checksums** for [[all release|releases]] images: [here](http://avalon.dragonflybsd.org/iso-images/md5.txt) -> **Denmark** +Here is a list of [[**worldwide mirrors**|/mirrors]] offering DragonFly ISO images. *Please use an appropriate mirror for best results!* -* boulder.tele.dk (Binary pkgsrc packages, daily snapshots, official ISOs)
HTTP, FTP +## Release Notes -> **Estonia** +For more details, read the 6.4 [[release notes|release64]], for upgrade steps and file checksums. -* Elion Enterprises Ltd (Binary pkgsrc packages, daily snapshots, official ISOs)
HTTP, FTP, rsync - -> **Germany** - -* Philipps-University Marburg (Binary pkgsrc packages, official ISOs)
FTP -* Technical University Clausthal (Official ISOs)
HTTP, FTP -* Technical University Munich (Binary pkgsrc packages, daily snapshots, official ISOs, git source)
HTTP, FTP, rsync - -> **Greece** - -* Demokritos University of Thrace (Binary pkgsrc packages, daily snapshots, official ISOs)
HTTP, FTP, rsync - - - -> **Netherlands** - -* High5.net (Official ISOs)
HTTP - -> **Norway** - -* Tihlde.org (Binary pkgsrc packages, daily snapshots, official ISOs)
HTTP, FTP - -> **Sweden** +## Obtaining source via git -* The Computer Society at Lund University & Lund Institute of Technology (Binary pkgsrc packages, daily snapshots, official ISOs)
HTTP, FTP, rsync +To clone the sources using git: -> **Ukraine** + # cd /usr + # make src-create -* dragonflybsd.kiev.ua (Binary pkgsrc packages, daily snapshots, official ISOs)
HTTP, FTP +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. -###America +If you wish to check out the source repository manually, you can use -> **California, US** + # git clone git://git.dragonflybsd.org/dragonfly.git dragonfly -* DragonFly BSD FTP (Official ISOs, git source)
FTP -* DragonFly BSD packages (Binary pkgsrc packages)
HTTP -* Internet Systems Consortium, Inc. (Binary pkgsrc packages, daily snapshots, official ISOs)
HTTP, FTP +All release CDs and images also have pkg installed for immediate download of packaged third-party software. +## Browsing source via web interface -> **Texas, US** +The DragonFly source can be browsed via the [gitweb](http://gitweb.dragonflybsd.org/dragonfly.git) web interface. -* Flixn, Inc. (Binary pkgsrc packages, daily snapshots, official ISOs)
HTTP, FTP +## DragonFly Releases -> **Virginia, US** +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. -* TheShell.com (Binary pkgsrc packages, official ISOs)
HTTP, FTP, rsync +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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Any commercial site selling DragonFly related material can be listed in -this section.
-  -
OrganizationAccess methods
BSD-Systems
-BSD-Systems.co.uk offers high quality Open Source Operating Systems -available for purchase on CD, and will ship to UK or international -addresses. -
http://bsd-systems.co.uk/
Ikarios
-Ikarios is a low-cost supplier (mail-order only) of CDs, shipping in most -European countries.
-Each industrially-produced and tested CD costs at most 1.99 euro (decreasing rate).
-
http://www.ikarios.com/
Lehmanns
-Lehmanns is a bookshop located in Germany, offering various -BSD and Linux distributions. Their FreeBSD DVDs also -contain the latest version of DragonFly BSD, which can -be started straight from the boot menu of the DVD. -
http://www.lob.de/
Linux Bazar
-Linux Bazar is a low-cost supplier of software CDs. Shipping is only to -addresses within India. -
http://www.LinuxBazar.com/
Linux CD Mall
-Linux CD Mall, a family business operating from Auckland, NZ, is run by -Chris Hope and The Electric Toolbox Ltd to distribute Linux and BSD -distributions on CD and DVD to New Zealand and the rest of the world. -
http://www.linuxcdmall.com/dragonfly.html
LinuxDownloads.co.uk
-LinuxDownload.co.uk provides Linux, BSD and Open Source software on CD and -DVD. We aim to dispatch orders within 24 hours and offer free delivery to -the UK and worldwide shipping is available too. -
http://www.linuxdownload.co.uk
-sales@linuxdownload.co.uk
Tetrad Digital Integrity
- -TDI is an information assurance company in the Washington DC area, which -can provide consulting services for deploying DragonFly BSD in all areas of -enterprise use - desktop, server and infrastructure (router/firewall -etc)
http://www.tdisecurity.com
-dfbsd@tdisecurity.com
+A number of commercial sites selling DragonFly related material is [[here|commercial]].