public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Flammie Pirinen (flammie)" <flammie@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/fi: gentoo-x86-quickinstall-stage.xml
Date: Tue, 23 Jun 2009 10:12:18 +0000	[thread overview]
Message-ID: <E1MJ2zC-0000uO-JJ@stork.gentoo.org> (raw)

flammie     09/06/23 10:12:18

  Modified:             gentoo-x86-quickinstall-stage.xml
  Log:
  Updated translation r1.10:
  * update stages download path, bug 232817
  * #245105 Use http://distfiles.gentoo.org/... instead of ftp://gentoo.osuosl.org/...
  * #256012 bind-mount /dev before chrooting
  * Update the quickinstall guide to use the weekly autobuilds, rather than the 2008.0/versioned releases. I also dropped the useless reference to the networkless CDs, as all the isntructions focus on downloading stuff from the internet, anyway.
  * commands should work as-is when cut&pasted

Revision  Changes    Path
1.4                  xml/htdocs/doc/fi/gentoo-x86-quickinstall-stage.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-stage.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-stage.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-stage.xml?r1=1.3&r2=1.4

Index: gentoo-x86-quickinstall-stage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-stage.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gentoo-x86-quickinstall-stage.xml	24 Jul 2008 08:19:31 -0000	1.3
+++ gentoo-x86-quickinstall-stage.xml	23 Jun 2009 10:12:18 -0000	1.4
@@ -1,11 +1,11 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-stage.xml,v 1.3 2008/07/24 08:19:31 flammie Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-stage.xml,v 1.4 2009/06/23 10:12:18 flammie Exp $ -->
 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
 
 <included>
 
-<version>5</version>
-<date>2008-07-23</date>
+<version>9</version>
+<date>2009-06-14</date>
 
 <section>
 <title>Stagejen asetukset</title>
@@ -29,24 +29,27 @@
 <p>
 Sitten ladataan stage-paketti <uri
 link="/main/en/mirrors.xml">peilipalvelimelta</uri> tai käytetään asennus-CD:ltä
-löytyvää (<path>/mnt/cdrom/stages</path>). Siirry hakemistoon
-<path>/mnt/gentoo</path> ja pura paketti:
-<c>tar&nbsp;-xvjpf&nbsp;&lt;stage-paketti&gt;</c>.
+löytyvää (<path>/mnt/cdrom/stages</path>).
 </p>
 
 <pre caption="Stage3:n lataaminen">
 livecd ~ # <i>cd /mnt/gentoo</i>
 livecd gentoo # <i>links http://www.gentoo.org/main/en/mirrors.xml</i>
 <comment>(Valitse peili (kuten trumpetti.atm.tut.fi),
-siirry hakemistoon releases/x86/2008.0/stages/
+siirry hakemistoon releases/x86/current/
 valitse stage3-paketti, kuten i686-versio
 ja lataa painamalla D:tä)</comment>
 
 <comment>(<b>tai</b> lataa suoraan valitsematta lähintä peilipalvelinta)</comment>
 livecd ~ # <i>cd /mnt/gentoo</i>
-livecd gentoo # <i>wget http://gentoo.osuosl.org/releases/x86/c2008.0/stages/stage3-i686*.tar.bz2</i>
+livecd gentoo # <i>wget ftp://distfiles.gentoo.org/pub/gentoo/releases/x86/current/stage3-i686-*.tar.bz2</i>
 </pre>
 
+<p>
+Siirry hakemistoon <path>/mnt/gentoo</path> ja pura stage käyttämällä komentoa
+<c>tar xjpf &lt;stage3 tarball&gt;</c>.
+</p>
+
 <pre caption="Stage3-paketin purkaminen">
 livecd gentoo # <i>time tar xjpf stage3*</i>
 
@@ -71,7 +74,7 @@
 
 <comment>(<b>tai</b> lataa wgetillä käytämättä lähintä peilipalvelinta)</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="Portagen otoksen purkaminen">
@@ -89,12 +92,14 @@
 <body>
 
 <p>
-Liitä <path>/proc</path>, kopioi <path>/etc/resolv.conf</path> ja chroottaa
+Liitä <path>/proc</path> ja <path>/dev</path>, kopioi
+<path>/etc/resolv.conf</path> ja chroottaa.
 </p>
 
 <pre caption="Chroottaaminen">
 livecd usr # <i>cd /</i>
 livecd / # <i>mount -t proc proc /mnt/gentoo/proc</i>
+livecd / # <i>mount -o bind /dev /mnt/gentoo/dev</i>
 livecd / # <i>cp -L /etc/resolv.conf /mnt/gentoo/etc/</i>
 livecd / # <i>chroot /mnt/gentoo /bin/bash</i>
 livecd / # <i>env-update &amp;&amp; source /etc/profile</i>






             reply	other threads:[~2009-06-23 10:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-23 10:12 Flammie Pirinen (flammie) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-12-02  3:45 [gentoo-commits] gentoo commit in xml/htdocs/doc/fi: gentoo-x86-quickinstall-stage.xml Flammie Pirinen (flammie)
2012-07-06 16:14 Flammie Pirinen (flammie)
2011-08-14 16:31 Flammie Pirinen (flammie)
2008-07-24  8:19 Flammie Pirinen (flammie)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1MJ2zC-0000uO-JJ@stork.gentoo.org \
    --to=flammie@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox