Gentoo Archives: gentoo-commits

From: "Tobias Heinlein (keytoaster)" <keytoaster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/de/handbook: hb-install-config.xml
Date: Sat, 23 Feb 2013 16:55:27
Message-Id: 20130223165524.572652171D@flycatcher.gentoo.org
1 keytoaster 13/02/23 16:55:24
2
3 Modified: hb-install-config.xml
4 Log:
5 Sync to 1.117.
6
7 Revision Changes Path
8 1.70 xml/htdocs/doc/de/handbook/hb-install-config.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/de/handbook/hb-install-config.xml?rev=1.70&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/de/handbook/hb-install-config.xml?rev=1.70&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/de/handbook/hb-install-config.xml?r1=1.69&r2=1.70
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.69
18 retrieving revision 1.70
19 diff -u -r1.69 -r1.70
20 --- hb-install-config.xml 26 Aug 2012 14:57:29 -0000 1.69
21 +++ hb-install-config.xml 23 Feb 2013 16:55:24 -0000 1.70
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.69 2012/08/26 14:57:29 keytoaster Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/hb-install-config.xml,v 1.70 2013/02/23 16:55:24 keytoaster Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 man fortfahren sollte.
33 </abstract>
34
35 -<version>21</version>
36 -<date>2012-04-29</date>
37 +<version>23</version>
38 +<date>2013-01-03</date>
39
40 <section>
41 <title>Einträge in der Datei /etc/fstab</title>
42 @@ -104,7 +104,7 @@
43 </p>
44
45 <pre caption="Eine Beispielszeile für /boot in /etc/fstab">
46 -<keyval id="/boot"/> /boot ext2 defaults 1 2
47 +<keyval id="/boot"/> /boot ext2 defaults 0 2
48 </pre>
49
50 <p>
51 @@ -130,7 +130,7 @@
52 </p>
53
54 <pre caption="Ein komplettes Beispiel von /etc/fstab" test="func:keyval('arch')='HPPA'">
55 -<keyval id="/boot"/> /boot ext2 defaults,noatime 1 2
56 +<keyval id="/boot"/> /boot ext2 defaults,noatime 0 2
57 /dev/sda3 none swap sw 0 0
58 /dev/sda4 / ext3 noatime 0 1
59
60 @@ -138,7 +138,7 @@
61 </pre>
62
63 <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'">
64 -<keyval id="/boot"/> /boot ext2 defaults,noatime 1 2
65 +<keyval id="/boot"/> /boot ext2 defaults,noatime 0 2
66 /dev/sda2 none swap sw 0 0
67 /dev/sda3 / ext3 noatime 0 1
68
69 @@ -507,15 +507,6 @@
70 Sie diese und schließen Sie den Editor.
71 </p>
72
73 -<p>
74 -Sie sollten Ihre Zeitzone, die Sie vorhin nach <path>/etc/localtime</path>
75 -kopiert haben, in der Datei <path>/etc/timezone</path> definieren, so dass
76 -weitere Upgrades des Pakets <c>sys-libs/timezone-data</c> die Datei
77 -<path>/etc/localtime</path> automatisch aktualisieren können. Wenn Sie z.B.
78 -die Zeitzone Europe/Brussels verwendet haben, würden Sie <c>Europe/Brussels</c>
79 -in die Datei <path>/etc/timezone</path> schreiben.
80 -</p>
81 -
82 </body>
83 </subsection>