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-system.xml
Date: Sun, 01 Jun 2014 13:37:40
Message-Id: 20140601133736.513AD2004E@flycatcher.gentoo.org
1 swift 14/06/01 13:37:36
2
3 Modified: hb-install-system.xml
4 Log:
5 Fix bug #498968 - Add warning about non-installation media having different /dev/shm structure, as well as an in-document comment for future reference
6
7 Revision Changes Path
8 1.146 xml/htdocs/doc/en/handbook/hb-install-system.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.146&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.146&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.145&r2=1.146
13
14 Index: hb-install-system.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
17 retrieving revision 1.145
18 retrieving revision 1.146
19 diff -u -r1.145 -r1.146
20 --- hb-install-system.xml 13 Apr 2014 11:58:00 -0000 1.145
21 +++ hb-install-system.xml 1 Jun 2014 13:37:36 -0000 1.146
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-system.xml,v 1.145 2014/04/13 11:58:00 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.146 2014/06/01 13:37:36 swift Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 to progress to that state.
33 </abstract>
34
35 -<version>37</version>
36 -<date>2014-04-13</date>
37 +<version>38</version>
38 +<date>2014-06-01</date>
39
40 <section>
41 <title>Chrooting</title>
42 @@ -109,6 +109,21 @@
43 # <i>mount --rbind /dev /mnt/gentoo/dev</i>
44 </pre>
45
46 +<!--
47 +Only warning for non-Gentoo installation media. The more other installation
48 +media diverge from ours, the more difficult it will be to create proper
49 +documentation. If this becomes a larger issue, we will need to include a
50 +single warning up front, and perhaps have a wiki page where users can put the
51 +differences, so that the installation instructions can focus on Gentoo-only
52 +media.
53 +-->
54 +<warn>
55 +When using non-Gentoo installation media, this might not be sufficient.
56 +Some distributions make <path>/dev/shm</path> a symbolic link to
57 +<path>/run/shm</path> which, after the chroot, becomes invalid. Making
58 +<path>/dev/shm</path> a proper tmpfs-mount up front can fix this.
59 +</warn>
60 +
61 </body>
62 </subsection>
63 <subsection>