Gentoo Archives: gentoo-commits

From: "Jan Hendrik Grahl (grahl)" <grahl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/de/handbook: hb-install-config.xml
Date: Mon, 30 Jun 2008 18:45:48
Message-Id: E1KDONi-0000DW-IH@stork.gentoo.org
1 grahl 08/06/30 18:45:42
2
3 Modified: hb-install-config.xml
4 Log:
5 sync to 1.99
6
7 Revision Changes Path
8 1.64 xml/htdocs/doc/de/handbook/hb-install-config.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/handbook/hb-install-config.xml?rev=1.64&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/handbook/hb-install-config.xml?rev=1.64&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/handbook/hb-install-config.xml?r1=1.63&r2=1.64
13
14 Index: hb-install-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/hb-install-config.xml,v
17 retrieving revision 1.63
18 retrieving revision 1.64
19 diff -u -r1.63 -r1.64
20 --- hb-install-config.xml 2 Apr 2008 02:57:08 -0000 1.63
21 +++ hb-install-config.xml 30 Jun 2008 18:45:42 -0000 1.64
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/hb-install-config.xml,v 1.63 2008/04/02 02:57:08 grahl Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/hb-install-config.xml,v 1.64 2008/06/30 18:45:42 grahl Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 man fortfahren sollte.
33 </abstract>
34
35 -<version>9.0</version>
36 -<date>2008-04-01</date>
37 +<version>9.2</version>
38 +<date>2008-05-02</date>
39
40 <section>
41 <title>Einträge in der Datei /etc/fstab</title>
42 @@ -96,18 +96,10 @@
43 konnten oder wollten, kopieren Sie dies nicht.
44 </p>
45
46 -<p test="contains(func:keyval('/boot'), '/dev/hd')">
47 -In unserem Standard-<keyval id="arch"/>-Partitionierungsbeispiel ist
48 -<path>/boot</path> normalerweise die <path><keyval id="/boot"/></path>
49 -Partition (oder <path>/dev/sda*</path>, wenn Sie SCSI- oder SATA-Laufwerke
50 -verwenden), mit <c>ext2</c> als Dateisystem. Es muss während des Bootvorgangs
51 -überprüft werden, daher würden wir aufschreiben:
52 -</p>
53 -
54 -<p test="contains(func:keyval('/boot'), '/dev/sd')">
55 +<p>
56 In unserem Standard-<keyval id="arch"/>-Partitionierungsbeispiel ist
57 -<path>/boot</path> normalerweise die <path><keyval id="/boot"/></path>
58 -Partition, mit <c>ext2</c> als Dateisystem. Es muss während des Bootvorgangs
59 +<path>/boot</path> normalerweise die Partition <path><keyval id="/boot"/>
60 +</path>, mit <c>ext2</c> als Dateisystem. Es muss während des Bootvorgangs
61 überprüft werden, daher würden wir aufschreiben:
62 </p>
63
64 @@ -126,32 +118,17 @@
65 </body>
66 <body>
67
68 -<p test="not(func:keyval('arch')='SPARC')">
69 +<p>
70 Fügen Sie die Regeln hinzu, die zu Ihrem Partitionsschema passen und fügen Sie
71 zusätzlich Regeln für Ihr(e) CD-ROM-Laufwerk(e) und natürlich für weitere
72 Partitionen und Laufwerke, wenn Sie diese haben, hinzu.
73 </p>
74
75 -<p test="func:keyval('arch')='SPARC'">
76 -Fügen Sie die Regeln hinzu, die zu Ihrem Partitionsschema passen und fügen Sie
77 -zusätzlich Regeln für <path>/proc/openrom</path>, für Ihr(e) CD-ROM-Laufwerk(e)
78 -und natürlich für weitere Partitionen und Laufwerke, wenn Sie diese haben,
79 -hinzu.
80 -</p>
81 -
82 <p>
83 Benutzen Sie nun das folgende <e>Beispiel</e>, um Ihre <path>/etc/fstab</path>
84 zu erstellen:
85 </p>
86
87 -<pre caption="Ein komplettes Beispiel von /etc/fstab" test="func:keyval('arch')='AMD64' or func:keyval('arch')='x86'">
88 -<keyval id="/boot"/> /boot ext2 defaults,noatime 1 2
89 -/dev/hda2 none swap sw 0 0
90 -/dev/hda3 / ext3 noatime 0 1
91 -
92 -/dev/cdrom /mnt/cdrom auto noauto,user 0 0
93 -</pre>
94 -
95 <pre caption="Ein komplettes Beispiel von /etc/fstab" test="func:keyval('arch')='HPPA'">
96 <keyval id="/boot"/> /boot ext2 defaults,noatime 1 2
97 /dev/sda3 none swap sw 0 0
98 @@ -160,7 +137,7 @@
99 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
100 </pre>
101
102 -<pre caption="Ein komplettes Beispiel von /etc/fstab" test="func:keyval('arch')='Alpha' or func:keyval('arch')='MIPS'">
103 +<pre caption="Ein komplettes Beispiel von /etc/fstab" test="func:keyval('arch')='Alpha' or func:keyval('arch')='MIPS' or func:keyval('arch')='x86' or func:keyval('arch')='AMD64'">
104 <keyval id="/boot"/> /boot ext2 defaults,noatime 1 2
105 /dev/sda2 none swap sw 0 0
106 /dev/sda3 / ext3 noatime 0 1
107 @@ -175,24 +152,13 @@
108 /dev/sda5 /var ext3 noatime 0 2
109 /dev/sda6 /home ext3 noatime 0 2
110
111 +<comment># Sie müssen die Regeln für openprom hinzufügen</comment>
112 openprom /proc/openprom openpromfs defaults 0 0
113
114 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
115 </pre>
116
117 -<note test="func:keyval('arch')='PPC'">
118 -Es gibt wichtige Unterschiede zwischen PPC-Rechnertypen. Bitte stellen Sie
119 -sicher, dass Sie das folgende Beispiel entsprechend an Ihr System anpassen.
120 -</note>
121 -
122 -<pre caption="Ein komplettes Beispiel von /etc/fstab" test="func:keyval('arch')='PPC'">
123 -/dev/hda4 / ext3 noatime 0 1
124 -/dev/hda3 none swap sw 0 0
125 -
126 -/dev/cdrom /mnt/cdrom auto noauto,user 0 0
127 -</pre>
128 -
129 -<pre caption="Ein komplettes Beispiel von /etc/fstab" test="func:keyval('arch')='PPC64'">
130 +<pre caption="Ein komplettes Beispiel von /etc/fstab" test="func:keyval('arch')='PPC' or func:keyval('arch')='PPC64'">
131 /dev/sda4 / ext3 noatime 0 1
132 /dev/sda3 none swap sw 0 0
133
134 @@ -281,9 +247,8 @@
135 <note>
136 Für weitere Informationen wie Sie DNS und NIS konfigurieren können, lesen Sie
137 bitte die mitgelieferten Beispiele in <path>/etc/conf.d/net.example</path>.
138 -Möglicherweise dürfte auch <c>resolvconf-gentoo</c> für Sie interessant sein, um
139 -Ihre DNS/NIS-Einstellungen zu verwalten - Sie können es mit emerge
140 -installieren.
141 +Möglicherweise dürfte auch <c>openresolv</c> für Sie interessant sein, um Ihre
142 +DNS/NIS-Einstellungen zu verwalten - Sie können es mit emerge installieren.
143 </note>
144
145 </body>
146 @@ -463,6 +428,7 @@
147 </body>
148 </subsection>
149 </section>
150 +
151 <section id="sysinfo">
152 <title>Systeminformationen</title>
153 <subsection>
154
155
156
157 --
158 gentoo-commits@l.g.o mailing list