Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 51204 Details for
Bug 80699
Dump mirrorselect and have the user manually fill in server locations
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for hb-install-system.xml
patch (text/plain), 2.83 KB, created by
Sven Vermeulen (RETIRED)
on 2005-02-14 06:44:36 UTC
(
hide
)
Description:
Patch for hb-install-system.xml
Filename:
MIME Type:
Creator:
Sven Vermeulen (RETIRED)
Created:
2005-02-14 06:44:36 UTC
Size:
2.83 KB
patch
obsolete
>Index: hb-install-system.xml >=================================================================== >RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v >retrieving revision 1.69 >diff -u -t -r1.69 hb-install-system.xml >--- hb-install-system.xml 4 Jan 2005 18:11:21 -0000 1.69 >+++ hb-install-system.xml 14 Feb 2005 14:44:03 -0000 >@@ -18,18 +18,55 @@ > <body> > > <p> >-If you have booted from a Gentoo LiveCD, you are able to use <c>mirrorselect</c> >-to update <path>/etc/make.conf</path> so fast mirrors are used for both Portage >-and source code (of course this requires a working network connection): >+In order to download source code quickly it is recommended to select a fast >+mirror. Go to our <uri link="/main/en/mirrors.xml">mirror list</uri> and search >+for a mirror (or mirrors) close to you (as those are most frequently the >+fastest ones). Write down the URLs, open <path>/mnt/gentoo/etc/make.conf</path> >+in your favorite editor and define the GENTOO_MIRRORS variable with those >+URLs. > </p> > > <pre caption="Selecting fast mirrors"> >-# <i>mirrorselect -a -s4 -o |grep 'GENTOO_MIRRORS=' >> /mnt/gentoo/etc/make.conf</i> >+# <i>links2 http://www.gentoo.org/main/en/mirrors.xml</i> >+<comment>(Write down the URLs of the mirrors you want to use)</comment> >+# <i>nano -w /mnt/gentoo/etc/make.conf</i> >+<comment>(The next setting is fictional)</comment> >+GENTOO_MIRRORS="ftp://ftp.server.com/gentoo ftp://gentoo.otherserver.com" > </pre> > > <p> >-If for some reason <c>mirrorselect</c> fails, don't panic. This step is >-completely optional, the default values suffice. >+To have Portage use a local RSYNC mirror, define the SYNC variable with >+<c>rsync://rsync.<country>.gentoo.org</c> where <c><country></c> is >+the country code for your country. >+</p> >+ >+<pre caption="Selecting a local RSYNC mirror in /mnt/gentoo/etc/make.conf"> >+<comment>(An example for a US RSYNC mirror)</comment> >+SYNC="rsync://rsync.us.gentoo.org" >+</pre> >+ >+<p> >+You can also use <c>mirrorselect</c> to obtain good settings. This application >+will download the list of mirrors from our website and display the available >+mirrors to you in a nice interface. You can then select the mirrors you want to >+use. >+</p> >+ >+<p> >+In the next example, we will run <c>mirrorselect</c> twice: once to select a few >+source code mirrors and once to select an rsync mirror. As our >+<path>make.conf</path> file is located in <path>/mnt/gentoo/etc</path> instead >+of in <path>/etc</path> we'll need to redirect <c>mirrorselect</c>'s output. >+</p> >+ >+<pre caption="Selecting mirrors using mirrorselect"> >+# <i>mirrorselect -i -o >> /mnt/gentoo/etc/make.conf</i> >+# <i>mirrorselect -i -r -o >> /mnt/gentoo/etc/make.conf</i> >+</pre> >+ >+<p> >+After running <c>mirrorselect</c> it is adviseable to double-check the settings >+in <path>/mnt/gentoo/etc/make.conf</path>. > </p> > > </body>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 80699
:
50637
|
51204
|
51610