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/2007.0: hb-install-config.xml
Date: Thu, 13 Sep 2007 19:06:56
Message-Id: E1IVtuR-0003lb-23@stork.gentoo.org
1 r0bertz 07/09/13 18:59:27
2
3 Modified: hb-install-config.xml
4 Log:
5 update zh_cn/handbook/2007.0/hb-install-config.xml
6
7 Revision Changes Path
8 1.2 xml/htdocs/doc/zh_cn/handbook/2007.0/hb-install-config.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/zh_cn/handbook/2007.0/hb-install-config.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/zh_cn/handbook/2007.0/hb-install-config.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/zh_cn/handbook/2007.0/hb-install-config.xml?r1=1.1&r2=1.2
13
14 Index: hb-install-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/zh_cn/handbook/2007.0/hb-install-config.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- hb-install-config.xml 16 Aug 2007 14:28:25 -0000 1.1
21 +++ hb-install-config.xml 13 Sep 2007 18:59:26 -0000 1.2
22 @@ -5,13 +5,13 @@
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/en/handbook/2007.0/hb-install-config.xml,v 1.12 2007/05/20 20:32:23 nightmorp
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/zh_cn/handbook/2007.0/hb-install-config.xml,v 1.1 2007/05/20 20:32:23 nightmorp
28 h Exp $ -->
29
30 <sections>
31
32 -<version>8.2</version>
33 -<date>2007-05-15</date>
34 +<version>8.3</version>
35 +<date>2007-08-13</date>
36
37 <section>
38 <title>文件系统信息</title>
39 @@ -89,11 +89,11 @@
40 <body>
41
42 <p test="not(func:keyval('arch')='SPARC')">
43 -增加符合你分区方案的规则,为<path>/proc</path>、<c>tmpfs</c>和你的光驱(当然,如果你有其他分区或者驱动器,也为它们加上)添加挂载规则。
44 +增加符合你分区方案的规则,为你的光驱(当然,如果你有其他分区或者驱动器,也为它们)添加挂载规则。
45 </p>
46
47 <p test="func:keyval('arch')='SPARC'">
48 -增加符合你分区方案的规则,为<path>/proc/openprom</path>、<path>/proc</path>、<c>tmpfs</c>和你的光驱(当然,如果你有其他分区或者驱动器,也为它们加上)添加挂载规则。
49 +增加符合你分区方案的规则,为<path>/proc/openprom</path>和你的光驱(当然,如果你有其他分区或者驱动器,也为它们)添加挂载规则。
50 </p>
51
52 <p>
53 @@ -105,9 +105,6 @@
54 /dev/sda3 none swap sw 0 0
55 /dev/sda4 / ext3 noatime 0 1
56
57 -proc /proc proc nodev,nosuid,noexec 0 0
58 -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
59 -
60 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
61 </pre>
62
63 @@ -116,9 +113,6 @@
64 /dev/sda2 none swap sw 0 0
65 /dev/sda3 / ext3 noatime 0 1
66
67 -proc /proc proc nodev,nosuid,noexec 0 0
68 -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
69 -
70 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
71 </pre>
72
73 @@ -131,9 +125,6 @@
74
75 openprom /proc/openprom openpromfs defaults 0 0
76
77 -proc /proc proc nodev,nosuid,noexec 0 0
78 -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
79 -
80 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
81 </pre>
82
83 @@ -145,9 +136,6 @@
84 /dev/hda4 / ext3 noatime 0 1
85 /dev/hda3 none swap sw 0 0
86
87 -proc /proc proc nodev,nosuid,noexec 0 0
88 -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
89 -
90 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
91 </pre>
92
93
94
95
96 --
97 gentoo-commits@g.o mailing list