Gentoo Archives: gentoo-commits

From: "Le Zhang (r0bertz)" <r0bertz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/zh_cn/handbook: hb-install-bootconfig.xml hb-install-ia64-kernel.xml hb-install-x86+amd64-kernel.xml
Date: Fri, 04 Jul 2008 22:42:04
Message-Id: E1KEtyY-0000iY-LZ@stork.gentoo.org
1 r0bertz 08/07/04 22:41:58
2
3 Modified: hb-install-bootconfig.xml
4 hb-install-ia64-kernel.xml
5 hb-install-x86+amd64-kernel.xml
6 Log:
7 [zh_cn] updated 2008.0/hb-install-gli-medium.xml hb-install-ia64-kernel.xml hb-install-x86+amd64-kernel.xml hb-install-bootconfig.xml
8
9 Revision Changes Path
10 1.3 xml/htdocs/doc/zh_cn/handbook/hb-install-bootconfig.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/zh_cn/handbook/hb-install-bootconfig.xml?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/zh_cn/handbook/hb-install-bootconfig.xml?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/zh_cn/handbook/hb-install-bootconfig.xml?r1=1.2&r2=1.3
15
16 Index: hb-install-bootconfig.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/zh_cn/handbook/hb-install-bootconfig.xml,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- hb-install-bootconfig.xml 3 May 2008 21:46:34 -0000 1.2
23 +++ hb-install-bootconfig.xml 4 Jul 2008 22:41:58 -0000 1.3
24 @@ -1,12 +1,12 @@
25 <?xml version='1.0' encoding="UTF-8"?>
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/zh_cn/handbook/hb-install-bootconfig.xml,v 1.2 2008/05/03 21:46:34 r0bertz Exp $ -->
27 -<!-- English CVS version: 1.1 -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/zh_cn/handbook/hb-install-bootconfig.xml,v 1.3 2008/07/04 22:41:58 r0bertz Exp $ -->
29 +<!-- English CVS version: 1.2 -->
30 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
31
32 <included>
33
34 -<version>1</version>
35 -<date>2008-05-04</date>
36 +<version>2</version>
37 +<date>2008-07-05</date>
38
39 <section id="hardware">
40 <title>额外硬件配置</title>
41 @@ -26,32 +26,6 @@
42
43 </body>
44 </section>
45 -<section>
46 -<title>可选:调整硬盘性能</title>
47 -<body>
48 -
49 -<p>
50 -如果你是高级用户,你可能想使用hdparm调整IDE硬盘的性能。你可以使用<c>-tT</c>选项来测试你的硬盘的性能(多执行几次以得到更精确的结果):
51 -</p>
52 -
53 -<pre caption="测试硬盘性能">
54 -# <i>hdparm -tT /dev/sda</i>
55 -</pre>
56 -
57 -<p>
58 -为了调整性能,你可以使用下面任何一个范例(或者自己试验),它们都是以<c>/dev/sda</c>作为例子(替换成你使用的硬盘):
59 -</p>
60 -
61 -<pre caption="调整硬盘性能">
62 -<comment>(激活DMA:)</comment>
63 -# <i>hdparm -d 1 /dev/sda</i>
64 -
65 -<comment>(激活DMA,并附加安全选项:)</comment>
66 -# <i>hdparm -d 1 -A 1 -m 16 -u 1 -a 64 /dev/sda</i>
67 -</pre>
68 -
69 -</body>
70 -</section>
71 <section id="useraccounts">
72 <title>可选:用户帐号</title>
73 <body>
74
75
76
77 1.8 xml/htdocs/doc/zh_cn/handbook/hb-install-ia64-kernel.xml
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/zh_cn/handbook/hb-install-ia64-kernel.xml?rev=1.8&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/zh_cn/handbook/hb-install-ia64-kernel.xml?rev=1.8&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/zh_cn/handbook/hb-install-ia64-kernel.xml?r1=1.7&r2=1.8
82
83 Index: hb-install-ia64-kernel.xml
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/zh_cn/handbook/hb-install-ia64-kernel.xml,v
86 retrieving revision 1.7
87 retrieving revision 1.8
88 diff -u -r1.7 -r1.8
89 --- hb-install-ia64-kernel.xml 22 Apr 2008 19:25:39 -0000 1.7
90 +++ hb-install-ia64-kernel.xml 4 Jul 2008 22:41:58 -0000 1.8
91 @@ -4,13 +4,13 @@
92 <!-- The content of this document is licensed under the CC-BY-SA license -->
93 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
94
95 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/zh_cn/handbook/hb-install-ia64-kernel.xml,v 1.7 2008/04/22 19:25:39 r0bertz Exp $ -->
96 -<!-- English CVS version: 1.17 -->
97 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/zh_cn/handbook/hb-install-ia64-kernel.xml,v 1.8 2008/07/04 22:41:58 r0bertz Exp $ -->
98 +<!-- English CVS version: 1.18 -->
99
100 <sections>
101
102 -<version>9.1</version>
103 -<date>2008-04-22</date>
104 +<version>9.2</version>
105 +<date>2008-07-05</date>
106
107 <section>
108 <title>时区</title>
109 @@ -177,7 +177,7 @@
110
111 <pre caption="启用USB接口的输入设备支持">
112 Device Drivers ---&gt;
113 - USB Support ---&gt;
114 + [*] HID Devices ---&gt;
115 &lt;*&gt; USB Human Interface Device (full HID) support
116 </pre>
117
118
119
120
121 1.11 xml/htdocs/doc/zh_cn/handbook/hb-install-x86+amd64-kernel.xml
122
123 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/zh_cn/handbook/hb-install-x86+amd64-kernel.xml?rev=1.11&view=markup
124 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/zh_cn/handbook/hb-install-x86+amd64-kernel.xml?rev=1.11&content-type=text/plain
125 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/zh_cn/handbook/hb-install-x86+amd64-kernel.xml?r1=1.10&r2=1.11
126
127 Index: hb-install-x86+amd64-kernel.xml
128 ===================================================================
129 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/zh_cn/handbook/hb-install-x86+amd64-kernel.xml,v
130 retrieving revision 1.10
131 retrieving revision 1.11
132 diff -u -r1.10 -r1.11
133 --- hb-install-x86+amd64-kernel.xml 1 Jun 2008 17:28:02 -0000 1.10
134 +++ hb-install-x86+amd64-kernel.xml 4 Jul 2008 22:41:58 -0000 1.11
135 @@ -3,16 +3,16 @@
136
137 <!-- The content of this document is licensed under the CC-BY-SA license -->
138 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
139 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/zh_cn/handbook/hb-install-x86+amd64-kernel.xml,v 1.10 2008/06/01 17:28:02 r0bertz Exp $ -->
140 -<!-- English CVS version: 1.25 -->
141 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/zh_cn/handbook/hb-install-x86+amd64-kernel.xml,v 1.11 2008/07/04 22:41:58 r0bertz Exp $ -->
142 +<!-- English CVS version: 1.26 -->
143 <sections>
144
145 <abstract>
146 Linux内核是每个发行版的核心。本章节将解释如何配置您自己的内核。
147 </abstract>
148
149 -<version>6.3</version>
150 -<date>2008-06-02</date>
151 +<version>6.4</version>
152 +<date>2008-07-05</date>
153
154 <section>
155 <title>时区</title>
156 @@ -212,7 +212,7 @@
157
158 <pre caption="启用USB接口的输入设备支持">
159 Device Drivers ---&gt;
160 - USB Support ---&gt;
161 + [*] HID Devices---&gt;
162 &lt;*&gt; USB Human Interface Device (full HID) support
163 </pre>
164
165
166
167
168 --
169 gentoo-commits@l.g.o mailing list