Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-config.xml
Date: Fri, 14 May 2010 22:32:56
Message-Id: 20100514223252.C0DF52C4F8@corvid.gentoo.org
1 nightmorph 10/05/14 22:32:52
2
3 Modified: hb-install-config.xml
4 Log:
5 stick shm and proc in the fstab examples
6
7 Revision Changes Path
8 1.102 xml/htdocs/doc/en/handbook/hb-install-config.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.102&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.102&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.101&r2=1.102
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.101
18 retrieving revision 1.102
19 diff -u -r1.101 -r1.102
20 --- hb-install-config.xml 5 Aug 2009 15:25:23 -0000 1.101
21 +++ hb-install-config.xml 14 May 2010 22:32:52 -0000 1.102
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.101 2009/08/05 15:25:23 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.102 2010/05/14 22:32:52 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 proceed.
33 </abstract>
34
35 -<version>9.4</version>
36 -<date>2009-08-05</date>
37 +<version>9.5</version>
38 +<date>2010-05-14</date>
39
40 <section>
41 <title>Filesystem Information</title>
42 @@ -127,6 +127,9 @@
43 /dev/sda4 / ext3 noatime 0 1
44
45 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
46 +
47 +proc /proc proc defaults 0 0
48 +shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
49 </pre>
50
51 <pre caption="A full /etc/fstab example" test="func:keyval('arch')='Alpha' or func:keyval('arch')='MIPS' or func:keyval('arch')='x86' or func:keyval('arch')='AMD64'">
52 @@ -135,6 +138,9 @@
53 /dev/sda3 / ext3 noatime 0 1
54
55 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
56 +
57 +proc /proc proc defaults 0 0
58 +shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
59 </pre>
60
61 <pre caption="A full /etc/fstab example" test="func:keyval('arch')='SPARC'">
62 @@ -148,6 +154,9 @@
63 openprom /proc/openprom openpromfs defaults 0 0
64
65 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
66 +
67 +proc /proc proc defaults 0 0
68 +shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
69 </pre>
70
71 <pre caption="A full /etc/fstab example" test="func:keyval('arch')='PPC' or
72 @@ -156,6 +165,9 @@
73 /dev/sda3 none swap sw 0 0
74
75 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
76 +
77 +proc /proc proc defaults 0 0
78 +shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
79 </pre>
80
81 <p>