Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@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: Sun, 29 Apr 2012 18:05:09
Message-Id: 20120429165220.D18AD2004E@flycatcher.gentoo.org
1 swift 12/04/29 16:52:20
2
3 Modified: hb-install-config.xml
4 Log:
5 Fix bug #406263 - Removing fstab references to /proc and /dev/shm, these are handled by openrc automatically
6
7 Revision Changes Path
8 1.115 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.115&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.115&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.114&r2=1.115
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.114
18 retrieving revision 1.115
19 diff -u -r1.114 -r1.115
20 --- hb-install-config.xml 9 Apr 2012 10:03:26 -0000 1.114
21 +++ hb-install-config.xml 29 Apr 2012 16:52:20 -0000 1.115
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.114 2012/04/09 10:03:26 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.115 2012/04/29 16:52:20 swift Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 proceed.
33 </abstract>
34
35 -<version>20</version>
36 -<date>2012-04-08</date>
37 +<version>21</version>
38 +<date>2012-04-29</date>
39
40 <section>
41 <title>Filesystem Information</title>
42 @@ -127,9 +127,6 @@
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 @@ -138,9 +135,6 @@
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 @@ -154,9 +148,6 @@
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 @@ -165,9 +156,6 @@
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>