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:47
Message-Id: 20061102232928.AC98964BC3@smtp.gentoo.org
1 neysx 06/11/02 23:29:28
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.4 xml/htdocs/doc/en/handbook/2006.1/hb-install-config.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-config.xml?rev=1.4&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-config.xml?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-config.xml?r1=1.3&r2=1.4
13
14 Index: hb-install-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-config.xml,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- hb-install-config.xml 21 Oct 2006 01:13:56 -0000 1.3
21 +++ hb-install-config.xml 2 Nov 2006 23:29:28 -0000 1.4
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/2006.1/hb-install-config.xml,v 1.3 2006/10/21 01:13:56 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-config.xml,v 1.4 2006/11/02 23:29:28 neysx Exp $ -->
28
29 <sections>
30
31 -<version>7.2</version>
32 -<date>2006-10-20</date>
33 +<version>7.3</version>
34 +<date>2006-11-02</date>
35
36 <section>
37 <title>Filesystem Information</title>
38 @@ -134,8 +134,8 @@
39 /dev/hda2 none swap sw 0 0
40 /dev/hda3 / ext3 noatime 0 1
41
42 -none /proc proc defaults 0 0
43 -none /dev/shm tmpfs nodev,nosuid,noexec 0 0
44 +proc /proc proc defaults 0 0
45 +shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
46
47 /dev/cdroms/cdrom0 /mnt/cdrom auto noauto,user 0 0
48 </pre>
49 @@ -154,7 +154,7 @@
50 </p>
51
52 <pre caption="Adding openprom filesystem to /etc/fstab">
53 -none /proc/openprom openpromfs defaults 0 0
54 +openprom /proc/openprom openpromfs defaults 0 0
55 </pre>
56
57 <p>
58
59
60
61 --
62 gentoo-doc-cvs@g.o mailing list