Gentoo Archives: gentoo-commits

From: "Naoaki Shindo (shindo)" <shindo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/ja/handbook: hb-install-config.xml
Date: Mon, 01 Aug 2011 21:37:22
Message-Id: 20110801213712.1AD5F2004C@flycatcher.gentoo.org
1 shindo 11/08/01 21:37:12
2
3 Modified: hb-install-config.xml
4 Log:
5 sync to 1.102
6
7 Revision Changes Path
8 1.22 xml/htdocs/doc/ja/handbook/hb-install-config.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/ja/handbook/hb-install-config.xml?rev=1.22&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/ja/handbook/hb-install-config.xml?rev=1.22&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/ja/handbook/hb-install-config.xml?r1=1.21&r2=1.22
13
14 Index: hb-install-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/ja/handbook/hb-install-config.xml,v
17 retrieving revision 1.21
18 retrieving revision 1.22
19 diff -u -r1.21 -r1.22
20 --- hb-install-config.xml 26 Aug 2009 15:48:51 -0000 1.21
21 +++ hb-install-config.xml 1 Aug 2011 21:37:12 -0000 1.22
22 @@ -4,11 +4,12 @@
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/ja/handbook/hb-install-config.xml,v 1.21 2009/08/26 15:48:51 shindo Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/ja/handbook/hb-install-config.xml,v 1.22 2011/08/01 21:37:12 shindo Exp $ -->
28
29 -<!-- Original revision: 1.101 -->
30 +<!-- Original revision: 1.102 -->
31 <!-- Translator: Infonomad -->
32 <!-- Translator: masuda -->
33 +<!-- Translator: naota -->
34
35 <sections>
36
37 @@ -17,8 +18,8 @@
38 この章ではこれらのファイルの概要と編集の方法を説明します。
39 </abstract>
40
41 -<version>9.4</version>
42 -<date>2009-08-05</date>
43 +<version>9.5</version>
44 +<date>2010-05-14</date>
45
46 <section>
47 <title>ファイルシステム情報</title>
48 @@ -110,6 +111,9 @@
49 /dev/sda4 / ext3 noatime 0 1
50
51 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
52 +
53 +proc /proc proc defaults 0 0
54 +shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
55 </pre>
56
57 <pre caption="完全な/etc/fstabの例" test="func:keyval('arch')='Alpha' or func:keyval('arch')='MIPS' or func:keyval('arch')='x86' or func:keyval('arch')='AMD64'">
58 @@ -118,6 +122,9 @@
59 /dev/sda3 / ext3 noatime 0 1
60
61 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
62 +
63 +proc /proc proc defaults 0 0
64 +shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
65 </pre>
66
67 <pre caption="完全な/etc/fstabの例" test="func:keyval('arch')='SPARC'">
68 @@ -131,6 +138,9 @@
69 openprom /proc/openprom openpromfs defaults 0 0
70
71 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
72 +
73 +proc /proc proc defaults 0 0
74 +shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
75 </pre>
76
77 <pre caption="完全な/etc/fstabの例" test="func:keyval('arch')='PPC' or
78 @@ -139,6 +149,9 @@
79 /dev/sda3 none swap sw 0 0
80
81 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
82 +
83 +proc /proc proc defaults 0 0
84 +shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
85 </pre>
86
87 <p>