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/handbook: hb-install-system.xml
Date: Sun, 29 Dec 2013 15:39:32
Message-Id: 20131229153928.932512001A@flycatcher.gentoo.org
1 swift 13/12/29 15:39:28
2
3 Modified: hb-install-system.xml
4 Log:
5 None for proc is unfortunate (see man mount), using proc instead. Note that it does not harm (free choice keyword)
6
7 Revision Changes Path
8 1.144 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.144&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.144&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.143&r2=1.144
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.143
18 retrieving revision 1.144
19 diff -u -r1.143 -r1.144
20 --- hb-install-system.xml 19 Dec 2013 10:48:20 -0000 1.143
21 +++ hb-install-system.xml 29 Dec 2013 15:39:28 -0000 1.144
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.143 2013/12/19 10:48:20 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.144 2013/12/29 15:39:28 swift Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 to progress to that state.
33 </abstract>
34
35 -<version>35</version>
36 -<date>2013-12-19</date>
37 +<version>36</version>
38 +<date>2013-12-29</date>
39
40 <section>
41 <title>Chrooting</title>
42 @@ -104,7 +104,7 @@
43 </p>
44
45 <pre caption="Mounting /proc and /dev">
46 -# <i>mount -t proc none /mnt/gentoo/proc</i>
47 +# <i>mount -t proc proc /mnt/gentoo/proc</i>
48 # <i>mount --rbind /sys /mnt/gentoo/sys</i>
49 # <i>mount --rbind /dev /mnt/gentoo/dev</i>
50 </pre>