Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-mips-system.xml hb-install-system.xml
Date: Wed, 16 Mar 2011 07:44:09
Message-Id: 20110316074358.AD17420054@flycatcher.gentoo.org
1 nightmorph 11/03/16 07:43:58
2
3 Modified: hb-install-mips-system.xml hb-install-system.xml
4 Log:
5 use different bind mount, bug 253681
6
7 Revision Changes Path
8 1.9 xml/htdocs/doc/en/handbook/hb-install-mips-system.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?rev=1.9&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?rev=1.9&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?r1=1.8&r2=1.9
13
14 Index: hb-install-mips-system.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v
17 retrieving revision 1.8
18 retrieving revision 1.9
19 diff -u -r1.8 -r1.9
20 --- hb-install-mips-system.xml 7 Jun 2010 09:01:11 -0000 1.8
21 +++ hb-install-mips-system.xml 16 Mar 2011 07:43:58 -0000 1.9
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/hb-install-mips-system.xml,v 1.8 2010/06/07 09:01:11 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v 1.9 2011/03/16 07:43:58 nightmorph Exp $ -->
28
29 <sections>
30
31 -<version>9.1</version>
32 -<date>2010-06-07</date>
33 +<version>9.2</version>
34 +<date>2011-03-16</date>
35
36 <section>
37 <title>Chrooting</title>
38 @@ -44,7 +44,7 @@
39
40 <pre caption="Mounting /proc and /dev">
41 # <i>mount -t proc none /mnt/gentoo/proc</i>
42 -# <i>mount -o bind /dev /mnt/gentoo/dev</i>
43 +# <i>mount --rbind /dev /mnt/gentoo/dev</i>
44 </pre>
45
46 </body>
47
48
49
50 1.118 xml/htdocs/doc/en/handbook/hb-install-system.xml
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.118&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.118&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.117&r2=1.118
55
56 Index: hb-install-system.xml
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
59 retrieving revision 1.117
60 retrieving revision 1.118
61 diff -u -r1.117 -r1.118
62 --- hb-install-system.xml 14 Nov 2010 15:41:26 -0000 1.117
63 +++ hb-install-system.xml 16 Mar 2011 07:43:58 -0000 1.118
64 @@ -4,7 +4,7 @@
65 <!-- The content of this document is licensed under the CC-BY-SA license -->
66 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
67
68 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.117 2010/11/14 15:41:26 nightmorph Exp $ -->
69 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.118 2011/03/16 07:43:58 nightmorph Exp $ -->
70
71 <sections>
72
73 @@ -14,8 +14,8 @@
74 to progress to that state.
75 </abstract>
76
77 -<version>10.5</version>
78 -<date>2010-11-14</date>
79 +<version>10.6</version>
80 +<date>2011-03-16</date>
81
82 <section>
83 <title>Chrooting</title>
84 @@ -96,7 +96,7 @@
85
86 <pre caption="Mounting /proc and /dev">
87 # <i>mount -t proc none /mnt/gentoo/proc</i>
88 -# <i>mount -o bind /dev /mnt/gentoo/dev</i>
89 +# <i>mount --rbind /dev /mnt/gentoo/dev</i>
90 </pre>
91
92 </body>
93 @@ -114,8 +114,8 @@
94
95 <pre caption="Mounting /proc /sys and /dev">
96 # <i>mount -t proc none /mnt/gentoo/proc</i>
97 -# <i>mount -o bind /dev /mnt/gentoo/dev</i>
98 -# <i>mount -o bind /sys /mnt/gentoo/sys</i>
99 +# <i>mount --rbind /dev /mnt/gentoo/dev</i>
100 +# <i>mount --rbind /sys /mnt/gentoo/sys</i>
101 </pre>
102
103 </body>