Gentoo Archives: gentoo-doc-cvs

From: swift <swift@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-config.xml
Date: Wed, 01 Aug 2007 18:13:01
Message-Id: E1IGIgh-000235-Gw@stork.gentoo.org
1 swift 07/08/01 18:12:47
2
3 Modified: hb-install-config.xml
4 Log:
5 Fix #186814 - Remove tmpfs/proc from fstab
6
7 Revision Changes Path
8 1.95 xml/htdocs/doc/en/handbook/hb-install-config.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.95&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.95&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.94&r2=1.95
13
14 Index: hb-install-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v
17 retrieving revision 1.94
18 retrieving revision 1.95
19 diff -u -r1.94 -r1.95
20 --- hb-install-config.xml 2 Jun 2007 10:04:41 -0000 1.94
21 +++ hb-install-config.xml 1 Aug 2007 18:12:47 -0000 1.95
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/en/handbook/hb-install-config.xml,v 1.94 2007/06/02 10:04:41 rane Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.95 2007/08/01 18:12:47 swift Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 proceed.
33 </abstract>
34
35 -<version>8.2</version>
36 -<date>2007-06-02</date>
37 +<version>8.3</version>
38 +<date>2007-08-01</date>
39
40 <section>
41 <title>Filesystem Information</title>
42 @@ -120,14 +120,14 @@
43
44 <p test="not(func:keyval('arch')='SPARC')">
45 Add the rules that match your partitioning scheme and append rules for
46 -<path>/proc</path>, <c>tmpfs</c>, for your CD-ROM drive(s), and of course, if
47 -you have other partitions or drives, for those too.
48 +your CD-ROM drive(s), and of course, if you have other partitions or drives,
49 +for those too.
50 </p>
51
52 <p test="func:keyval('arch')='SPARC'">
53 Add the rules that match your partitioning schema and append rules for
54 -<path>/proc/openprom</path>, <path>/proc</path>, <c>tmpfs</c> , for your CD-ROM
55 -drive(s), and of course, if you have other partitions or drives, for those too.
56 +<path>/proc/openprom</path>, for your CD-ROM drive(s), and of course, if
57 +you have other partitions or drives, for those too.
58 </p>
59
60 <p>
61 @@ -139,9 +139,6 @@
62 /dev/hda2 none swap sw 0 0
63 /dev/hda3 / ext3 noatime 0 1
64
65 -proc /proc proc nodev,nosuid,noexec 0 0
66 -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
67 -
68 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
69 </pre>
70
71 @@ -150,9 +147,6 @@
72 /dev/sda3 none swap sw 0 0
73 /dev/sda4 / ext3 noatime 0 1
74
75 -proc /proc proc nodev,nosuid,noexec 0 0
76 -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
77 -
78 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
79 </pre>
80
81 @@ -161,9 +155,6 @@
82 /dev/sda2 none swap sw 0 0
83 /dev/sda3 / ext3 noatime 0 1
84
85 -proc /proc proc nodev,nosuid,noexec 0 0
86 -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
87 -
88 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
89 </pre>
90
91 @@ -175,8 +166,6 @@
92 /dev/sda6 /home ext3 noatime 0 2
93
94 openprom /proc/openprom openpromfs defaults 0 0
95 -proc /proc proc nodev,nosuid,noexec 0 0
96 -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
97
98 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
99 </pre>
100 @@ -190,9 +179,6 @@
101 /dev/hda4 / ext3 noatime 0 1
102 /dev/hda3 none swap sw 0 0
103
104 -proc /proc proc nodev,nosuid,noexec 0 0
105 -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
106 -
107 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
108 </pre>
109
110 @@ -200,9 +186,6 @@
111 /dev/sda4 / ext3 noatime 0 1
112 /dev/sda3 none swap sw 0 0
113
114 -proc /proc proc nodev,nosuid,noexec 0 0
115 -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
116 -
117 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
118 </pre>
119
120
121
122
123 --
124 gentoo-doc-cvs@g.o mailing list