* [gentoo-commits] gentoo commit in xml/htdocs/doc/de: gentoo-x86-quickinstall-stage.xml
@ 2008-05-12 21:54 Tobias Heinlein (keytoaster)
0 siblings, 0 replies; 9+ messages in thread
From: Tobias Heinlein (keytoaster) @ 2008-05-12 21:54 UTC (permalink / raw
To: gentoo-commits
keytoaster 08/05/12 21:54:51
Added: gentoo-x86-quickinstall-stage.xml
Log:
Initial.
Revision Changes Path
1.1 xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml?rev=1.1&content-type=text/plain
Index: gentoo-x86-quickinstall-stage.xml
===================================================================
<?xml version='1.0' encoding="UTF-8"?>
<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml,v 1.1 2008/05/12 21:54:51 keytoaster Exp $ -->
<!DOCTYPE included SYSTEM "/dtd/guide.dtd">
<included>
<version>3</version>
<date>2008-04-22</date>
<section>
<title>Einrichten des Stage</title>
<body>
<p>
Zunächst stellen Sie mit <c>date MMDDhhmmYYYY</c> sicher, dass Datum und Uhrzeit
Ihres Rechners korrekt eingestellt sind. Verwenden Sie UTC-Zeit.
</p>
<pre caption="Setzen von Datum und UTC-Zeit">
<comment>(Uhrzeit prüfen)</comment>
livecd gentoo # <i>date</i>
Mon Mar 6 00:14:13 UTC 2006
<comment>(Setzen Sie das aktuelle Datum und die Zeit bei Bedarf)</comment>
livecd gentoo # <i>date 030600162006</i> <comment>(Das Format ist
MMDDhhmmYYYY)</comment>
Mon Mar 6 00:16:00 UTC 2006
</pre>
<p>
Als nächstes laden Sie ein Stage von einem unserer <uri
link="/main/en/mirrors.xml">Mirror</uri>. Gehen Sie nach
<path>/mnt/gentoo</path> und entpacken das Stage mit dem Kommando
<c>tar xjpf <stage3 tarball></c>.
</p>
<pre caption="Laden eines Stage3 Archivs">
livecd gentoo # <i>links http://www.gentoo.org/main/en/mirrors.xml</i>
<comment>(Wählen Sie einen Mirror, wechseln Sie in das Verzeichnis
releases/x86/2008.0_beta2/, markieren Sie das stage3 Ihrer Wahl, wahrscheinlich
das i686-stage3, und drücken Sie D zum laden)</comment>
<comment>(<b>Oder</b> laden Sie es direkt mit wget, ohne einen nahegelegenen
Mirror zu wählen)</comment>
livecd gentoo # <i>wget ftp://gentoo.osuosl.org/pub/gentoo/releases/x86/2008.0_beta2/stage3-i686*tar.bz2</i>
</pre>
<pre caption="Entpacken des stage3-Archivs">
livecd gentoo # <i>time tar xjpf stage3*</i>
real 1m14.157s
user 1m2.920s
sys 0m7.530s
</pre>
<p>
Installieren Sie den neuesten Portage-Snapshot. Gehen Sie wie beim stage3-Archiv
vor: wählen Sie einen nahegelegenen Mirror aus unserer <uri
link="/main/en/mirrors.xml">Liste</uri>, laden Sie den neuesten Snapshot und
entpacken Sie ihn.
</p>
<pre caption="Laden des neuesten Portage-Snapshots">
livecd gentoo # <i>cd /mnt/gentoo/usr</i>
livecd usr # <i>links http://www.gentoo.org/main/en/mirrors.xml</i>
<comment>(Wählen Sie einen Mirror, gehen Sie zum Verzeichnis snapshots/,
markieren Sie <b>portage-latest.tar.bz2</b> und drücken Sie zum Laden
D.)</comment>
<comment>(<b>Oder</b> laden Sie es direkt mit wget ohne einen nahegelegenen
Mirror zu wählen)</comment>
livecd gentoo # <i>cd /mnt/gentoo/usr</i>
livecd usr # <i>wget http://gentoo.osuosl.org/snapshots/portage-latest.tar.bz2</i>
</pre>
<pre caption="Entpacken des Portage-Snapshots">
livecd usr # <i>time tar xjf portage-lat*</i>
real 0m40.523s
user 0m28.280s
sys 0m8.240s
</pre>
</body>
</section>
<section>
<title>Chroot ausführen</title>
<body>
<p>
Hängen Sie das Dateisystem <path>/proc</path> ein, kopieren Sie die Datei
<path>/etc/resolv.conf</path> und dann wechseln Sie mit chroot in Ihre
Gentoo-Umgebung.
</p>
<pre caption="Chroot">
livecd usr # <i>cd /</i>
livecd / # <i>mount -t proc proc /mnt/gentoo/proc</i>
livecd / # <i>cp -L /etc/resolv.conf /mnt/gentoo/etc/</i>
livecd / # <i>chroot /mnt/gentoo /bin/bash</i>
livecd / # <i>env-update && source /etc/profile</i>
>>> Regenerating /etc/ld.so.cache...
</pre>
</body>
</section>
<section>
<title>Setzen Sie Ihre Zeitzone</title>
<body>
<p>
Setzen Sie Ihre Zeitzone, indem Sie die richtige Auflistung in
<path>/usr/share/zoneinfo</path> verwenden.
</p>
<pre caption="Setzen der Zeitzone">
livecd / # <i>ls /usr/share/zoneinfo</i>
<comment>(Wir verwenden Berlin als Beispiel)</comment>
livecd / # <i>cp /usr/share/zoneinfo/Europe/Berlin /etc/localtime</i>
livecd / # <i>date</i>
Wed Mar 8 00:46:05 CET 2006
</pre>
</body>
</section>
<section>
<title>Setzen Sie Ihren Hostnamen und Domain-Namen</title>
<body>
<p>
Sie setzen Ihren Hostnamen in <path>/etc/conf.d/hostname</path> und
<path>/etc/hosts</path>. Im folgenden Beispiel benutzen wir <c>mybox</c> als
Hostnamen und <c>at.myplace</c> als Domainnamen. Sie können entweder die
Konfigurationsdateien mit <c>nano</c> editieren oder die folgenden Kommandos
benutzen:
</p>
<pre caption="Host- und Domainnamen setzen">
livecd / # <i>cd /etc</i>
livecd etc # <i>echo "127.0.0.1 mybox.at.myplace mybox localhost" > hosts</i>
livecd etc # <i>sed -i -e 's/HOSTNAME.*/HOSTNAME="mybox"/' conf.d/hostname</i>
<comment>(Definierten Hostnamen verwenden und überprüfen)</comment>
livecd etc # <i>hostname mybox</i>
livecd etc # <i>hostname -f</i>
mybox.at.myplace
</pre>
</body>
</section>
</included>
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/de: gentoo-x86-quickinstall-stage.xml
@ 2008-07-24 17:04 Tobias Heinlein (keytoaster)
0 siblings, 0 replies; 9+ messages in thread
From: Tobias Heinlein (keytoaster) @ 2008-07-24 17:04 UTC (permalink / raw
To: gentoo-commits
keytoaster 08/07/24 17:04:54
Modified: gentoo-x86-quickinstall-stage.xml
Log:
-> 1.5
Revision Changes Path
1.2 xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml?r1=1.1&r2=1.2
Index: gentoo-x86-quickinstall-stage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gentoo-x86-quickinstall-stage.xml 12 May 2008 21:54:51 -0000 1.1
+++ gentoo-x86-quickinstall-stage.xml 24 Jul 2008 17:04:53 -0000 1.2
@@ -1,11 +1,11 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml,v 1.1 2008/05/12 21:54:51 keytoaster Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml,v 1.2 2008/07/24 17:04:53 keytoaster Exp $ -->
<!DOCTYPE included SYSTEM "/dtd/guide.dtd">
<included>
-<version>3</version>
-<date>2008-04-22</date>
+<version>5</version>
+<date>2008-07-23</date>
<section>
<title>Einrichten des Stage</title>
@@ -37,12 +37,12 @@
<pre caption="Laden eines Stage3 Archivs">
livecd gentoo # <i>links http://www.gentoo.org/main/en/mirrors.xml</i>
<comment>(Wählen Sie einen Mirror, wechseln Sie in das Verzeichnis
-releases/x86/2008.0_beta2/, markieren Sie das stage3 Ihrer Wahl, wahrscheinlich
+releases/x86/2008.0/stages/, markieren Sie das stage3 Ihrer Wahl, wahrscheinlich
das i686-stage3, und drücken Sie D zum laden)</comment>
<comment>(<b>Oder</b> laden Sie es direkt mit wget, ohne einen nahegelegenen
Mirror zu wählen)</comment>
-livecd gentoo # <i>wget ftp://gentoo.osuosl.org/pub/gentoo/releases/x86/2008.0_beta2/stage3-i686*tar.bz2</i>
+livecd gentoo # <i>wget ftp://gentoo.osuosl.org/pub/gentoo/releases/x86/2008.0/stages/stage3-i686*tar.bz2</i>
</pre>
<pre caption="Entpacken des stage3-Archivs">
@@ -149,4 +149,4 @@
</body>
</section>
-</included>
\ No newline at end of file
+</included>
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/de: gentoo-x86-quickinstall-stage.xml
@ 2008-11-12 18:45 Tobias Heinlein (keytoaster)
0 siblings, 0 replies; 9+ messages in thread
From: Tobias Heinlein (keytoaster) @ 2008-11-12 18:45 UTC (permalink / raw
To: gentoo-commits
keytoaster 08/11/12 18:45:09
Modified: gentoo-x86-quickinstall-stage.xml
Log:
-> 1.6
Revision Changes Path
1.3 xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml?r1=1.2&r2=1.3
Index: gentoo-x86-quickinstall-stage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gentoo-x86-quickinstall-stage.xml 24 Jul 2008 17:04:53 -0000 1.2
+++ gentoo-x86-quickinstall-stage.xml 12 Nov 2008 18:45:09 -0000 1.3
@@ -1,11 +1,11 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml,v 1.2 2008/07/24 17:04:53 keytoaster Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml,v 1.3 2008/11/12 18:45:09 keytoaster 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>Einrichten des Stage</title>
@@ -42,7 +42,7 @@
<comment>(<b>Oder</b> laden Sie es direkt mit wget, ohne einen nahegelegenen
Mirror zu wählen)</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="Entpacken des stage3-Archivs">
@@ -70,7 +70,7 @@
<comment>(<b>Oder</b> laden Sie es direkt mit wget ohne einen nahegelegenen
Mirror zu wählen)</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="Entpacken des Portage-Snapshots">
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/de: gentoo-x86-quickinstall-stage.xml
@ 2009-02-13 18:59 Michael MAnch (micm)
0 siblings, 0 replies; 9+ messages in thread
From: Michael MAnch (micm) @ 2009-02-13 18:59 UTC (permalink / raw
To: gentoo-commits
micm 09/02/13 18:59:15
Modified: gentoo-x86-quickinstall-stage.xml
Log:
Sync to 1.7
Revision Changes Path
1.4 xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/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/de/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 12 Nov 2008 18:45:09 -0000 1.3
+++ gentoo-x86-quickinstall-stage.xml 13 Feb 2009 18:59:15 -0000 1.4
@@ -1,11 +1,11 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml,v 1.3 2008/11/12 18:45:09 keytoaster Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml,v 1.4 2009/02/13 18:59:15 micm Exp $ -->
<!DOCTYPE included SYSTEM "/dtd/guide.dtd">
<included>
-<version>6</version>
-<date>2008-11-01</date>
+<version>7</version>
+<date>2009-01-22</date>
<section>
<title>Einrichten des Stage</title>
@@ -88,14 +88,15 @@
<body>
<p>
-Hängen Sie das Dateisystem <path>/proc</path> ein, kopieren Sie die Datei
-<path>/etc/resolv.conf</path> und dann wechseln Sie mit chroot in Ihre
-Gentoo-Umgebung.
+Hängen Sie die Dateisysteme <path>/proc</path> & <path>/dev</path> ein,
+kopieren Sie die Datei <path>/etc/resolv.conf</path> und dann wechseln Sie mit
+chroot in Ihre Gentoo-Umgebung.
</p>
<pre caption="Chroot">
livecd usr # <i>cd /</i>
livecd / # <i>mount -t proc proc /mnt/gentoo/proc</i>
+licecd / # <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 && source /etc/profile</i>
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/de: gentoo-x86-quickinstall-stage.xml
@ 2009-02-15 8:34 Michael Muench (micm)
0 siblings, 0 replies; 9+ messages in thread
From: Michael Muench (micm) @ 2009-02-15 8:34 UTC (permalink / raw
To: gentoo-commits
micm 09/02/15 08:34:44
Modified: gentoo-x86-quickinstall-stage.xml
Log:
Sync to 1.8
Revision Changes Path
1.5 xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml?r1=1.4&r2=1.5
Index: gentoo-x86-quickinstall-stage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gentoo-x86-quickinstall-stage.xml 13 Feb 2009 18:59:15 -0000 1.4
+++ gentoo-x86-quickinstall-stage.xml 15 Feb 2009 08:34:44 -0000 1.5
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml,v 1.4 2009/02/13 18:59:15 micm Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml,v 1.5 2009/02/15 08:34:44 micm Exp $ -->
<!DOCTYPE included SYSTEM "/dtd/guide.dtd">
<included>
@@ -96,7 +96,7 @@
<pre caption="Chroot">
livecd usr # <i>cd /</i>
livecd / # <i>mount -t proc proc /mnt/gentoo/proc</i>
-licecd / # <i>mount -o bind /dev /mnt/gentoo/dev</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 && source /etc/profile</i>
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/de: gentoo-x86-quickinstall-stage.xml
@ 2009-06-14 20:35 Tobias Heinlein (keytoaster)
0 siblings, 0 replies; 9+ messages in thread
From: Tobias Heinlein (keytoaster) @ 2009-06-14 20:35 UTC (permalink / raw
To: gentoo-commits
keytoaster 09/06/14 20:35:33
Modified: gentoo-x86-quickinstall-stage.xml
Log:
Sync to 1.10
Revision Changes Path
1.6 xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/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/de/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 15 Feb 2009 08:34:44 -0000 1.5
+++ gentoo-x86-quickinstall-stage.xml 14 Jun 2009 20:35:33 -0000 1.6
@@ -1,11 +1,11 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml,v 1.5 2009/02/15 08:34:44 micm Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml,v 1.6 2009/06/14 20:35:33 keytoaster Exp $ -->
<!DOCTYPE included SYSTEM "/dtd/guide.dtd">
<included>
-<version>7</version>
-<date>2009-01-22</date>
+<version>9</version>
+<date>2009-06-14</date>
<section>
<title>Einrichten des Stage</title>
@@ -29,22 +29,25 @@
<p>
Als nächstes laden Sie ein Stage von einem unserer <uri
-link="/main/en/mirrors.xml">Mirror</uri>. Gehen Sie nach
-<path>/mnt/gentoo</path> und entpacken das Stage mit dem Kommando
-<c>tar xjpf <stage3 tarball></c>.
+link="/main/en/mirrors.xml">Mirror</uri>.
</p>
<pre caption="Laden eines Stage3 Archivs">
livecd gentoo # <i>links http://www.gentoo.org/main/en/mirrors.xml</i>
<comment>(Wählen Sie einen Mirror, wechseln Sie in das Verzeichnis
-releases/x86/2008.0/stages/, markieren Sie das stage3 Ihrer Wahl, wahrscheinlich
-das i686-stage3, und drücken Sie D zum laden)</comment>
+releases/x86/current/, markieren Sie das stage3 Ihrer Wahl, wahrscheinlich
+das i686-stage3, und drücken Sie D zum Herunterladen)</comment>
<comment>(<b>Oder</b> laden Sie es direkt mit wget, ohne einen nahegelegenen
Mirror zu wählen)</comment>
-livecd gentoo # <i>wget http://distfiles.gentoo.org/releases/x86/2008.0/stages/stage3-i686-2008.0.tar.bz2</i>
+livecd gentoo # <i>wget ftp://distfiles.gentoo.org/pub/gentoo/releases/x86/current/stage3-i686-*.tar.bz2</i>
</pre>
+<p>
+Gehen Sie nach <path>/mnt/gentoo</path> und entpacken Sie das Stage mit dem
+Befehl <c>tar xjpf <stage3 tarball></c>.
+</p>
+
<pre caption="Entpacken des stage3-Archivs">
livecd gentoo # <i>time tar xjpf stage3*</i>
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/de: gentoo-x86-quickinstall-stage.xml
@ 2009-10-04 20:43 Tobias Heinlein (keytoaster)
0 siblings, 0 replies; 9+ messages in thread
From: Tobias Heinlein (keytoaster) @ 2009-10-04 20:43 UTC (permalink / raw
To: gentoo-commits
keytoaster 09/10/04 20:43:44
Modified: gentoo-x86-quickinstall-stage.xml
Log:
Sync to 1.11
Revision Changes Path
1.7 xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml?r1=1.6&r2=1.7
Index: gentoo-x86-quickinstall-stage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gentoo-x86-quickinstall-stage.xml 14 Jun 2009 20:35:33 -0000 1.6
+++ gentoo-x86-quickinstall-stage.xml 4 Oct 2009 20:43:44 -0000 1.7
@@ -1,11 +1,11 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml,v 1.6 2009/06/14 20:35:33 keytoaster Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml,v 1.7 2009/10/04 20:43:44 keytoaster Exp $ -->
<!DOCTYPE included SYSTEM "/dtd/guide.dtd">
<included>
-<version>9</version>
-<date>2009-06-14</date>
+<version>10</version>
+<date>2009-10-04</date>
<section>
<title>Einrichten des Stage</title>
@@ -35,12 +35,13 @@
<pre caption="Laden eines Stage3 Archivs">
livecd gentoo # <i>links http://www.gentoo.org/main/en/mirrors.xml</i>
<comment>(Wählen Sie einen Mirror, wechseln Sie in das Verzeichnis
-releases/x86/current/, markieren Sie das stage3 Ihrer Wahl, wahrscheinlich
-das i686-stage3, und drücken Sie D zum Herunterladen)</comment>
+releases/x86/current-stage3/, markieren Sie das stage3 Ihrer Wahl,
+wahrscheinlich das i686-stage3, und drücken Sie D zum
+Herunterladen)</comment>
<comment>(<b>Oder</b> laden Sie es direkt mit wget, ohne einen nahegelegenen
Mirror zu wählen)</comment>
-livecd gentoo # <i>wget ftp://distfiles.gentoo.org/pub/gentoo/releases/x86/current/stage3-i686-*.tar.bz2</i>
+livecd gentoo # <i>wget ftp://distfiles.gentoo.org/pub/gentoo/releases/x86/current-stage3/stage3-i686-*.tar.bz2</i>
</pre>
<p>
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/de: gentoo-x86-quickinstall-stage.xml
@ 2012-08-25 14:04 Tobias Heinlein (keytoaster)
0 siblings, 0 replies; 9+ messages in thread
From: Tobias Heinlein (keytoaster) @ 2012-08-25 14:04 UTC (permalink / raw
To: gentoo-commits
keytoaster 12/08/25 14:04:21
Modified: gentoo-x86-quickinstall-stage.xml
Log:
Sync to 1.15
Revision Changes Path
1.8 xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml?r1=1.7&r2=1.8
Index: gentoo-x86-quickinstall-stage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gentoo-x86-quickinstall-stage.xml 4 Oct 2009 20:43:44 -0000 1.7
+++ gentoo-x86-quickinstall-stage.xml 25 Aug 2012 14:04:21 -0000 1.8
@@ -1,11 +1,11 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml,v 1.7 2009/10/04 20:43:44 keytoaster Exp $ -->
<!DOCTYPE included SYSTEM "/dtd/guide.dtd">
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml,v 1.8 2012/08/25 14:04:21 keytoaster Exp $ -->
<included>
-<version>10</version>
-<date>2009-10-04</date>
+<version>14</version>
+<date>2012-02-29</date>
<section>
<title>Einrichten des Stage</title>
@@ -29,15 +29,14 @@
<p>
Als nächstes laden Sie ein Stage von einem unserer <uri
-link="/main/en/mirrors.xml">Mirror</uri>.
+link="/main/de/mirrors.xml">Mirror</uri>.
</p>
<pre caption="Laden eines Stage3 Archivs">
-livecd gentoo # <i>links http://www.gentoo.org/main/en/mirrors.xml</i>
+livecd gentoo # <i>links http://www.gentoo.org/main/de/mirrors.xml</i>
<comment>(Wählen Sie einen Mirror, wechseln Sie in das Verzeichnis
releases/x86/current-stage3/, markieren Sie das stage3 Ihrer Wahl,
-wahrscheinlich das i686-stage3, und drücken Sie D zum
-Herunterladen)</comment>
+wahrscheinlich das i686-stage3, und drücken Sie D zum Herunterladen)</comment>
<comment>(<b>Oder</b> laden Sie es direkt mit wget, ohne einen nahegelegenen
Mirror zu wählen)</comment>
@@ -60,13 +59,13 @@
<p>
Installieren Sie den neuesten Portage-Snapshot. Gehen Sie wie beim stage3-Archiv
vor: wählen Sie einen nahegelegenen Mirror aus unserer <uri
-link="/main/en/mirrors.xml">Liste</uri>, laden Sie den neuesten Snapshot und
+link="/main/de/mirrors.xml">Liste</uri>, laden Sie den neuesten Snapshot und
entpacken Sie ihn.
</p>
<pre caption="Laden des neuesten Portage-Snapshots">
livecd gentoo # <i>cd /mnt/gentoo/usr</i>
-livecd usr # <i>links http://www.gentoo.org/main/en/mirrors.xml</i>
+livecd usr # <i>links http://www.gentoo.org/main/de/mirrors.xml</i>
<comment>(Wählen Sie einen Mirror, gehen Sie zum Verzeichnis snapshots/,
markieren Sie <b>portage-latest.tar.bz2</b> und drücken Sie zum Laden
D.)</comment>
@@ -100,7 +99,7 @@
<pre caption="Chroot">
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>mount --rbind /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 && source /etc/profile</i>
@@ -122,6 +121,7 @@
livecd / # <i>ls /usr/share/zoneinfo</i>
<comment>(Wir verwenden Berlin als Beispiel)</comment>
livecd / # <i>cp /usr/share/zoneinfo/Europe/Berlin /etc/localtime</i>
+livecd / # <i>echo "Europe/Brussels" > /etc/timezone</i>
livecd / # <i>date</i>
Wed Mar 8 00:46:05 CET 2006
@@ -144,7 +144,7 @@
<pre caption="Host- und Domainnamen setzen">
livecd / # <i>cd /etc</i>
livecd etc # <i>echo "127.0.0.1 mybox.at.myplace mybox localhost" > hosts</i>
-livecd etc # <i>sed -i -e 's/HOSTNAME.*/HOSTNAME="mybox"/' conf.d/hostname</i>
+livecd etc # <i>sed -i -e 's/hostname.*/hostname="mybox"/' conf.d/hostname</i>
<comment>(Definierten Hostnamen verwenden und überprüfen)</comment>
livecd etc # <i>hostname mybox</i>
livecd etc # <i>hostname -f</i>
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/de: gentoo-x86-quickinstall-stage.xml
@ 2013-02-25 19:00 Tobias Heinlein (keytoaster)
0 siblings, 0 replies; 9+ messages in thread
From: Tobias Heinlein (keytoaster) @ 2013-02-25 19:00 UTC (permalink / raw
To: gentoo-commits
keytoaster 13/02/25 19:00:36
Modified: gentoo-x86-quickinstall-stage.xml
Log:
Sync to 1.17.
Revision Changes Path
1.9 xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml?r1=1.8&r2=1.9
Index: gentoo-x86-quickinstall-stage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gentoo-x86-quickinstall-stage.xml 25 Aug 2012 14:04:21 -0000 1.8
+++ gentoo-x86-quickinstall-stage.xml 25 Feb 2013 19:00:36 -0000 1.9
@@ -1,11 +1,11 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE included SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml,v 1.8 2012/08/25 14:04:21 keytoaster Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/gentoo-x86-quickinstall-stage.xml,v 1.9 2013/02/25 19:00:36 keytoaster Exp $ -->
<included>
-<version>14</version>
-<date>2012-02-29</date>
+<version>16</version>
+<date>2013-02-09</date>
<section>
<title>Einrichten des Stage</title>
@@ -56,34 +56,6 @@
sys 0m7.530s
</pre>
-<p>
-Installieren Sie den neuesten Portage-Snapshot. Gehen Sie wie beim stage3-Archiv
-vor: wählen Sie einen nahegelegenen Mirror aus unserer <uri
-link="/main/de/mirrors.xml">Liste</uri>, laden Sie den neuesten Snapshot und
-entpacken Sie ihn.
-</p>
-
-<pre caption="Laden des neuesten Portage-Snapshots">
-livecd gentoo # <i>cd /mnt/gentoo/usr</i>
-livecd usr # <i>links http://www.gentoo.org/main/de/mirrors.xml</i>
-<comment>(Wählen Sie einen Mirror, gehen Sie zum Verzeichnis snapshots/,
-markieren Sie <b>portage-latest.tar.bz2</b> und drücken Sie zum Laden
-D.)</comment>
-
-<comment>(<b>Oder</b> laden Sie es direkt mit wget ohne einen nahegelegenen
-Mirror zu wählen)</comment>
-livecd gentoo # <i>cd /mnt/gentoo/usr</i>
-livecd usr # <i>wget http://distfiles.gentoo.org/snapshots/portage-latest.tar.bz2</i>
-</pre>
-
-<pre caption="Entpacken des Portage-Snapshots">
-livecd usr # <i>time tar xjf portage-lat*</i>
-
-real 0m40.523s
-user 0m28.280s
-sys 0m8.240s
-</pre>
-
</body>
</section>
<section>
@@ -91,19 +63,28 @@
<body>
<p>
-Hängen Sie die Dateisysteme <path>/proc</path> & <path>/dev</path> ein,
-kopieren Sie die Datei <path>/etc/resolv.conf</path> und dann wechseln Sie mit
-chroot in Ihre Gentoo-Umgebung.
+Hängen Sie die Dateisysteme <path>/proc</path>, <path>/dev</path> und
+<path>/sys</path> ein, kopieren Sie die Datei <path>/etc/resolv.conf</path> und
+dann wechseln Sie mit chroot in Ihre Gentoo-Umgebung.
</p>
<pre caption="Chroot">
livecd usr # <i>cd /</i>
livecd / # <i>mount -t proc proc /mnt/gentoo/proc</i>
livecd / # <i>mount --rbind /dev /mnt/gentoo/dev</i>
+livecd / # <i>mount --rbind /sys /mnt/gentoo/sys</i>
livecd / # <i>cp -L /etc/resolv.conf /mnt/gentoo/etc/</i>
livecd / # <i>chroot /mnt/gentoo /bin/bash</i>
-livecd / # <i>env-update && source /etc/profile</i>
->>> Regenerating /etc/ld.so.cache...
+livecd / # <i>source /etc/profile</i>
+</pre>
+
+<p>
+Beziehen Sie den neuesten Portage-Snapshot von den Mirrorn mit emerge-webrsync.
+</p>
+
+<pre caption="Ausführen von emerge-webrsync, um einen Portage-Snapshot zu installieren">
+livecd / # <i>mkdir /usr/portage</i>
+livecd / # <i>emerge-webrsync</i>
</pre>
</body>
@@ -130,6 +111,35 @@
</body>
</section>
<section>
+<title>Wählen des Profils</title>
+<body>
+
+<p>
+Wählen Sie Ihr Profil mit eselect. Die Ausgabe kann wie folgt aussehen:
+</p>
+
+<pre caption="Verifizieren des System-Profils">
+livecd / # <i>eselect profile list</i>
+Available profile symlink targets:
+ [1] default/linux/x86/13.0 *
+ [2] default/linux/x86/13.0/desktop
+ [3] default/linux/x86/13.0/desktop/gnome
+ [4] default/linux/x86/13.0/desktop/kde
+ [5] default/linux/x86/13.0/server
+</pre>
+
+<p>
+Wählen Sie das passende Profil. Denken Sie daran, dass die Standard-USE-Flags
+anhand des gewählten Profils gesetzt werden.
+</p>
+
+<pre caption="Wechseln des Profils">
+livecd / # <i>eselect profile set 2</i>
+</pre>
+
+</body>
+</section>
+<section>
<title>Setzen Sie Ihren Hostnamen und Domain-Namen</title>
<body>
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2013-02-25 19:00 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-04 20:43 [gentoo-commits] gentoo commit in xml/htdocs/doc/de: gentoo-x86-quickinstall-stage.xml Tobias Heinlein (keytoaster)
-- strict thread matches above, loose matches on Subject: below --
2013-02-25 19:00 Tobias Heinlein (keytoaster)
2012-08-25 14:04 Tobias Heinlein (keytoaster)
2009-06-14 20:35 Tobias Heinlein (keytoaster)
2009-02-15 8:34 Michael Muench (micm)
2009-02-13 18:59 Michael MAnch (micm)
2008-11-12 18:45 Tobias Heinlein (keytoaster)
2008-07-24 17:04 Tobias Heinlein (keytoaster)
2008-05-12 21:54 Tobias Heinlein (keytoaster)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox