Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-config.xml
Date: Thu, 02 Nov 2006 23:29:43
Message-Id: 20061102232928.2EE3964BBC@smtp.gentoo.org
1 neysx 06/11/02 23:29:27
2
3 Modified: hb-install-config.xml
4 Log:
5 #153839 use proc/shm/openprom instead of none in /etc/fstab
6
7 Revision Changes Path
8 1.87 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.87&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.87&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.86&r2=1.87
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.86
18 retrieving revision 1.87
19 diff -u -r1.86 -r1.87
20 --- hb-install-config.xml 28 Oct 2006 09:17:54 -0000 1.86
21 +++ hb-install-config.xml 2 Nov 2006 23:29:27 -0000 1.87
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.86 2006/10/28 09:17:54 neysx Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.87 2006/11/02 23:29:27 neysx Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 proceed.
33 </abstract>
34
35 -<version>7.4</version>
36 -<date>2006-10-20</date>
37 +<version>7.5</version>
38 +<date>2006-11-02</date>
39
40 <section>
41 <title>Filesystem Information</title>
42 @@ -139,8 +139,8 @@
43 /dev/hda2 none swap sw 0 0
44 /dev/hda3 / ext3 noatime 0 1
45
46 -none /proc proc defaults 0 0
47 -none /dev/shm tmpfs nodev,nosuid,noexec 0 0
48 +proc /proc proc defaults 0 0
49 +shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
50
51 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
52 </pre>
53 @@ -150,8 +150,8 @@
54 /dev/sda3 none swap sw 0 0
55 /dev/sda4 / ext3 noatime 0 1
56
57 -none /proc proc defaults 0 0
58 -none /dev/shm tmpfs nodev,nosuid,noexec 0 0
59 +proc /proc proc defaults 0 0
60 +shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
61
62 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
63 </pre>
64 @@ -161,8 +161,8 @@
65 /dev/sda2 none swap sw 0 0
66 /dev/sda3 / ext3 noatime 0 1
67
68 -none /proc proc defaults 0 0
69 -none /dev/shm tmpfs nodev,nosuid,noexec 0 0
70 +proc /proc proc defaults 0 0
71 +shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
72
73 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
74 </pre>
75 @@ -174,9 +174,9 @@
76 /dev/sda5 /var ext3 noatime 0 2
77 /dev/sda6 /home ext3 noatime 0 2
78
79 -none /proc/openprom openpromfs defaults 0 0
80 -none /proc proc defaults 0 0
81 -none /dev/shm tmpfs nodev,nosuid,noexec 0 0
82 +openprom /proc/openprom openpromfs defaults 0 0
83 +proc /proc proc defaults 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 @@ -190,8 +190,8 @@
89 /dev/hda4 / ext3 noatime 0 1
90 /dev/hda3 none swap sw 0 0
91
92 -none /proc proc defaults 0 0
93 -none /dev/shm tmpfs nodev,nosuid,noexec 0 0
94 +proc /proc proc defaults 0 0
95 +shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
96
97 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
98 </pre>
99 @@ -200,8 +200,8 @@
100 /dev/sda4 / ext3 noatime 0 1
101 /dev/sda3 none swap sw 0 0
102
103 -none /proc proc defaults 0 0
104 -none /dev/shm tmpfs nodev,nosuid,noexec 0 0
105 +proc /proc proc defaults 0 0
106 +shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
107
108 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
109 </pre>
110
111
112
113 --
114 gentoo-doc-cvs@g.o mailing list