neysx 08/11/01 09:45:22
Modified: gentoo-x86-quickinstall-stage.xml
gentoo-freebsd.xml
Log:
#245105 Use http://distfiles.gentoo.org/... instead of
ftp://gentoo.osuosl.org/...
Revision Changes Path
1.6 xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.6&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?r1=1.5&r2=1.6
Index: gentoo-x86-quickinstall-stage.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gentoo-x86-quickinstall-stage.xml 24 Jul 2008 04:28:02 -0000 1.5
+++ gentoo-x86-quickinstall-stage.xml 1 Nov 2008 09:45:22 -0000 1.6
@@ -1,11 +1,11 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.5
2008/07/24 04:28:02 nightmorph Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.6
2008/11/01 09:45:22 neysx Exp $ -->
<!DOCTYPE included SYSTEM "/dtd/guide.dtd">
<included>
-<version>5</version>
-<date>2008-07-23</date>
+<version>6</version>
+<date>2008-11-01</date>
<section>
<title>Setting Up The Stage</title>
@@ -38,7 +38,7 @@
stage3 of your choice, probably the i686 stage3 and press D to download
it)</comment>
<comment>(<b>Or</b> download it directly with wget without choosing a nearby
mirror)</comment>
-livecd gentoo # <i>wget
ftp://gentoo.osuosl.org/pub/gentoo/releases/x86/2008.0/stages/stage3-i686*tar.bz2</i>
+livecd gentoo # <i>wget
http://distfiles.gentoo.org/releases/x86/2008.0/stages/stage3-i686-2008.0.tar.bz2</i>
</pre>
<pre caption="Unpack the stage3 archive">
@@ -63,7 +63,7 @@
<comment>(<b>Or</b> download it directly with wget without choosing a nearby
mirror)</comment>
livecd gentoo # <i>cd /mnt/gentoo/usr</i>
-livecd usr # <i>wget
http://gentoo.osuosl.org/snapshots/portage-latest.tar.bz2</i>
+livecd usr # <i>wget
http://distfiles.gentoo.org/snapshots/portage-latest.tar.bz2</i>
</pre>
<pre caption="Unpack the Portage snapshot">
1.32 xml/htdocs/doc/en/gentoo-freebsd.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml?rev=1.32&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml?rev=1.32&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml?r1=1.31&r2=1.32
Index: gentoo-freebsd.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- gentoo-freebsd.xml 2 Jun 2008 18:58:52 -0000 1.31
+++ gentoo-freebsd.xml 1 Nov 2008 09:45:22 -0000 1.32
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v 1.31
2008/06/02 18:58:52 cam Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v 1.32
2008/11/01 09:45:22 neysx Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link="/doc/en/gentoo-freebsd.xml">
@@ -40,8 +40,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>2.12</version>
-<date>2008-06-02</date>
+<version>2.13</version>
+<date>2008-11-01</date>
<chapter>
<title>Introduction to FreeBSD</title>
@@ -292,14 +292,14 @@
<p>
First, we need to download a stage3 tarball and unpack it into the chroot.
Point your browser to
-<uri>http://gentoo.osuosl.org/experimental/x86/freebsd/stages/</uri>, grab the
+<uri>http://distfiles.gentoo.org/experimental/x86/freebsd/stages/</uri>, grab
the
latest snapshot, and unpack it into the mountpoint:
</p>
<pre caption="Obtaining and unpacking a stage3 tarball">
# <i>cd /mnt/</i>
<comment>(Any other Gentoo mirror which includes the experimental/ directory
will also work.)</comment>
-# <i>wget
http://gentoo.osuosl.org/experimental/x86/freebsd/stages/stage3-x86-freebsd-6.2-r1.tar.bz2</i>
+# <i>wget
http://distfiles.gentoo.org/experimental/x86/freebsd/stages/stage3-x86-freebsd-6.2-r1.tar.bz2</i>
# <i>tar -jxvpf stage3-x86-freebsd-6.2-r1.tar.bz2</i>
<comment>(You can delete the tarball with the following command if you want
to.)</comment>
# <i>rm stage3-x86-freebsd-6.2-r1.tar.bz2</i>
@@ -342,7 +342,7 @@
# <i>emerge --sync</i>
<comment>(It's also possible to retrieve the Portage tree in another
way:)</comment>
# <i>cd /</i>
-# <i>wget http://gentoo.osuosl.org/snapshots/portage-latest.tar.bz2</i>
+# <i>wget http://distfiles.gentoo.org/snapshots/portage-latest.tar.bz2</i>
# <i>tar -xjf portage-latest.tar.bz2 -C /usr/</i>
# <i>emerge --metadata</i>
</pre>