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-mips-system.xml hb-install-system.xml
Date: Fri, 29 Jun 2012 18:04:00
Message-Id: 20120629161221.10B8B2004B@flycatcher.gentoo.org
1 swift 12/06/29 16:12:21
2
3 Modified: hb-install-mips-system.xml hb-install-system.xml
4 Log:
5 Fix bug #420159 - Add bind-mounting of /sys
6
7 Revision Changes Path
8 1.11 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.11&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?rev=1.11&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.10&r2=1.11
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.10
18 retrieving revision 1.11
19 diff -u -r1.10 -r1.11
20 --- hb-install-mips-system.xml 22 Aug 2011 16:58:02 -0000 1.10
21 +++ hb-install-mips-system.xml 29 Jun 2012 16:12:20 -0000 1.11
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.10 2011/08/22 16:58:02 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v 1.11 2012/06/29 16:12:20 swift Exp $ -->
28
29 <sections>
30
31 -<version>10</version>
32 -<date>2011-08-22</date>
33 +<version>11</version>
34 +<date>2012-06-29</date>
35
36 <section>
37 <title>Chrooting</title>
38 @@ -33,17 +33,19 @@
39 </body>
40 </subsection>
41 <subsection>
42 -<title>Mounting the /proc and /dev Filesystems</title>
43 +<title>Mounting the necessary Filesystems</title>
44 <body>
45
46 <p>
47 Mount the <path>/proc</path> filesystem on <path>/mnt/gentoo/proc</path> to
48 allow the installation to use the kernel-provided information within the
49 -chrooted environment, and then mount-bind the <path>/dev</path> filesystem.
50 +chrooted environment, and then mount-bind the <path>/dev</path> and
51 +<path>/sys</path> filesystems.
52 </p>
53
54 <pre caption="Mounting /proc and /dev">
55 # <i>mount -t proc none /mnt/gentoo/proc</i>
56 +# <i>mount --rbind /sys /mnt/gentoo/sys</i>
57 # <i>mount --rbind /dev /mnt/gentoo/dev</i>
58 </pre>
59
60
61
62
63 1.124 xml/htdocs/doc/en/handbook/hb-install-system.xml
64
65 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.124&view=markup
66 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.124&content-type=text/plain
67 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.123&r2=1.124
68
69 Index: hb-install-system.xml
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
72 retrieving revision 1.123
73 retrieving revision 1.124
74 diff -u -r1.123 -r1.124
75 --- hb-install-system.xml 6 May 2012 18:44:46 -0000 1.123
76 +++ hb-install-system.xml 29 Jun 2012 16:12:20 -0000 1.124
77 @@ -4,7 +4,7 @@
78 <!-- The content of this document is licensed under the CC-BY-SA license -->
79 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
80
81 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.123 2012/05/06 18:44:46 swift Exp $ -->
82 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.124 2012/06/29 16:12:20 swift Exp $ -->
83
84 <sections>
85
86 @@ -14,8 +14,8 @@
87 to progress to that state.
88 </abstract>
89
90 -<version>15</version>
91 -<date>2012-05-06</date>
92 +<version>16</version>
93 +<date>2012-06-29</date>
94
95 <section>
96 <title>Chrooting</title>
97 @@ -87,7 +87,7 @@
98 </body>
99 </subsection>
100 <subsection test="not(func:keyval('arch')='IA64')">
101 -<title>Mounting the /proc and /dev Filesystems</title>
102 +<title>Mounting the necessary Filesystems</title>
103 <body>
104
105 <p>
106 @@ -99,11 +99,13 @@
107 <p>
108 Mount the <path>/proc</path> filesystem on <path>/mnt/gentoo/proc</path> to
109 allow the installation to use the kernel-provided information within the
110 -chrooted environment, and then mount-bind the <path>/dev</path> filesystem.
111 +chrooted environment, and then mount-bind the <path>/dev</path> and
112 +<path>/sys</path> filesystems.
113 </p>
114
115 <pre caption="Mounting /proc and /dev">
116 # <i>mount -t proc none /mnt/gentoo/proc</i>
117 +# <i>mount --rbind /sys /mnt/gentoo/sys</i>
118 # <i>mount --rbind /dev /mnt/gentoo/dev</i>
119 </pre>