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/2008.0: hb-install-config.xml
Date: Fri, 14 May 2010 22:32:57
Message-Id: 20100514223253.383222C5F2@corvid.gentoo.org
1 nightmorph 10/05/14 22:32:53
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.10 xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml?rev=1.10&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml?rev=1.10&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml?r1=1.9&r2=1.10
13
14 Index: hb-install-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml,v
17 retrieving revision 1.9
18 retrieving revision 1.10
19 diff -u -r1.9 -r1.10
20 --- hb-install-config.xml 5 Aug 2009 15:25:24 -0000 1.9
21 +++ hb-install-config.xml 14 May 2010 22:32:52 -0000 1.10
22 @@ -4,12 +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/en/handbook/2008.0/hb-install-config.xml,v 1.9 2009/08/05 15:25:24 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml,v 1.10 2010/05/14 22:32:52 nightmorph Exp $ -->
28
29 <sections>
30
31 -<version>9.4</version>
32 -<date>2009-08-05</date>
33 +<version>9.5</version>
34 +<date>2010-05-14</date>
35
36 <section>
37 <title>Filesystem Information</title>
38 @@ -121,6 +121,9 @@
39 /dev/sda4 / ext3 noatime 0 1
40
41 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
42 +
43 +proc /proc proc defaults 0 0
44 +shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
45 </pre>
46
47 <pre caption="A full /etc/fstab example" test="func:keyval('arch')='Alpha' or func:keyval('arch')='MIPS'">
48 @@ -129,6 +132,9 @@
49 /dev/sda3 / 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="A full /etc/fstab example" test="func:keyval('arch')='SPARC'">
58 @@ -142,6 +148,9 @@
59 openprom /proc/openprom openpromfs defaults 0 0
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="A full /etc/fstab example" test="func:keyval('arch')='PPC' or func:keyval('arch')='PPC64'">
68 @@ -149,6 +158,9 @@
69 /dev/sda3 none swap sw 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 <p>