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:33:44
Message-Id: E1IGJ0l-0007Px-1i@stork.gentoo.org
1 swift 07/08/01 18:33:31
2
3 Modified: hb-install-config.xml
4 Log:
5 Fix bug #186814 - Remove tmpfs/proc references
6
7 Revision Changes Path
8 1.2 xml/htdocs/doc/en/handbook/2007.1/hb-install-config.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.1/hb-install-config.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.1/hb-install-config.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.1/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/en/handbook/2007.1/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 1 Aug 2007 18:25:54 -0000 1.1
21 +++ hb-install-config.xml 1 Aug 2007 18:33:31 -0000 1.2
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/2007.1/hb-install-config.xml,v 1.1 2007/08/01 18:25:54 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.1/hb-install-config.xml,v 1.2 2007/08/01 18:33:31 swift Exp $ -->
28
29 <sections>
30
31 @@ -114,14 +114,14 @@
32
33 <p test="not(func:keyval('arch')='SPARC')">
34 Add the rules that match your partitioning scheme and append rules for
35 -<path>/proc</path>, <c>tmpfs</c>, for your CD-ROM drive(s), and of course, if
36 -you have other partitions or drives, for those too.
37 +your CD-ROM drive(s), and of course, if you have other partitions or drives,
38 +for those too.
39 </p>
40
41 <p test="func:keyval('arch')='SPARC'">
42 Add the rules that match your partitioning schema and append rules for
43 -<path>/proc/openprom</path>, <path>/proc</path>, <c>tmpfs</c> , for your CD-ROM
44 -drive(s), and of course, if you have other partitions or drives, for those too.
45 +<path>/proc/openprom</path>, for your CD-ROM drive(s), and of course, if you
46 +have other partitions or drives, for those too.
47 </p>
48
49 <p>
50 @@ -133,9 +133,6 @@
51 /dev/sda3 none swap sw 0 0
52 /dev/sda4 / ext3 noatime 0 1
53
54 -proc /proc proc nodev,nosuid,noexec 0 0
55 -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
56 -
57 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
58 </pre>
59
60 @@ -144,9 +141,6 @@
61 /dev/sda2 none swap sw 0 0
62 /dev/sda3 / ext3 noatime 0 1
63
64 -proc /proc proc nodev,nosuid,noexec 0 0
65 -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
66 -
67 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
68 </pre>
69
70 @@ -158,8 +152,6 @@
71 /dev/sda6 /home ext3 noatime 0 2
72
73 openprom /proc/openprom openpromfs defaults 0 0
74 -proc /proc proc nodev,nosuid,noexec 0 0
75 -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
76
77 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
78 </pre>
79 @@ -173,9 +165,6 @@
80 /dev/hda4 / ext3 noatime 0 1
81 /dev/hda3 none swap sw 0 0
82
83 -proc /proc proc nodev,nosuid,noexec 0 0
84 -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
85 -
86 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
87 </pre>
88
89 @@ -183,9 +172,6 @@
90 /dev/sda4 / ext3 noatime 0 1
91 /dev/sda3 none swap sw 0 0
92
93 -proc /proc proc nodev,nosuid,noexec 0 0
94 -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
95 -
96 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
97 </pre>
98
99
100
101
102 --
103 gentoo-doc-cvs@g.o mailing list