From acd0fb190ab134ebc06ba1dec4aa0391dd93e5ba Mon Sep 17 00:00:00 2001 From: justin Date: Mon, 16 Oct 2017 15:05:38 +0000 Subject: [PATCH] Update to 5.0 links --- download.mdwn | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/download.mdwn b/download.mdwn index 69d3c842..ade36b6c 100644 --- a/download.mdwn +++ b/download.mdwn @@ -11,11 +11,11 @@ If you use a GUI DVD, you can login as `root` and start a GUI with *startx*. No ### Download live image 64-bit DragonFly BSD is 64-bit only, as announced during the 3.8 release. -**USB:** dfly-x86_64-4.8.1_REL.img as [bzip2 file](http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-4.8.1_REL.img.bz2) +**USB:** dfly-x86_64-5.0.0_REL.img as [bzip2 file](http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-5.0.0_REL.img.bz2) -**ISO:** dfly-x86_64-4.8.1_REL.iso as [bzip2 file](http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-4.8.1_REL.iso.bz2) +**ISO:** dfly-x86_64-5.0.0_REL.iso as [bzip2 file](http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-5.0.0_REL.iso.bz2) -**Uncompressed ISO:** [dfly-x86_64-4.8.1_REL.iso](http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-4.8.1_REL.iso) (For use with VPS providers as an install image.) +**Uncompressed ISO:** [dfly-x86_64-5.0.0_REL.iso](http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-5.0.0_REL.iso) (For use with VPS providers as an install image.) Daily **SNAPSHOT**: [here](http://mirror-master.dragonflybsd.org/snapshots/) @@ -25,7 +25,7 @@ Here is a list of [[**worldwide mirrors**|/mirrors]] offering DragonFly ISO imag ## Release Notes -For more details, read the 4.8 [[release notes|release48]]. +For more details, read the 5.0 [[release notes|release50]]. ## Obtaining source via git @@ -57,12 +57,12 @@ The DragonFly source can be browsed via the [gitweb](http://gitweb.dragonflybsd. ### Upgrading -If you have an existing 4.8.x system and are running a generic kernel, the normal upgrade process will work. Change your local /usr/src to 4.8: +If you have an existing 4.8.x system and are running a generic kernel, the normal upgrade process will work. Change your local /usr/src to 5.0: cd /usr/src git fetch origin - git branch DragonFly_RELEASE_4_8 origin/DragonFly_RELEASE_4_8 - git checkout DragonFly_RELEASE_4_8 + git branch DragonFly_RELEASE_5_0 origin/DragonFly_RELEASE_5_0 + git checkout DragonFly_RELEASE_5_0 git pull And then rebuild: (in /usr/src ) @@ -73,7 +73,7 @@ And then rebuild: (in /usr/src ) make installworld make upgrade -Don't forget to upgrade your existing packages. 4.8 packages have +Don't forget to upgrade your existing packages. 5.0 packages have already been built and are immediately available. pkg upgrade -- 2.41.0