Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/en: altinstall.xml
Date: Sun, 29 Apr 2012 16:52:39
Message-Id: 20120429165220.B82892004C@flycatcher.gentoo.org
1 swift 12/04/29 16:52:20
2
3 Modified: altinstall.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.85 xml/htdocs/doc/en/altinstall.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.85&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.85&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?r1=1.84&r2=1.85
13
14 Index: altinstall.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v
17 retrieving revision 1.84
18 retrieving revision 1.85
19 diff -u -r1.84 -r1.85
20 --- altinstall.xml 26 Dec 2011 15:22:40 -0000 1.84
21 +++ altinstall.xml 29 Apr 2012 16:52:20 -0000 1.85
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.84 2011/12/26 15:22:40 swift Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.85 2012/04/29 16:52:20 swift Exp $ -->
27
28 <guide>
29 <title>The Gentoo Linux alternative installation method HOWTO</title>
30 @@ -58,8 +58,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>9</version>
35 -<date>2011-12-26</date>
36 +<version>10</version>
37 +<date>2012-04-29</date>
38
39 <chapter>
40 <title>About this document</title>
41 @@ -495,8 +495,6 @@
42 <pre caption="/etc/fstab">
43 # <i>nano -w /etc/fstab</i>
44 /dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
45 -proc /proc proc defaults 0 0
46 -tmpfs /dev/shm tmpfs nodev,nosuid,noexec 0 0
47 </pre>
48
49 <p>