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, 20 Jan 2013 15:58:32
Message-Id: 20130120155828.94A4E2171D@flycatcher.gentoo.org
1 swift 13/01/20 15:58:28
2
3 Modified: hb-install-system.xml
4 Log:
5 Fix bug #451354 - IA64 had a separate section but really doesnt need it. removing and using the same section everywhere
6
7 Revision Changes Path
8 1.131 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.131&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.131&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.130&r2=1.131
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.130
18 retrieving revision 1.131
19 diff -u -r1.130 -r1.131
20 --- hb-install-system.xml 8 Jan 2013 19:18:37 -0000 1.130
21 +++ hb-install-system.xml 20 Jan 2013 15:58:28 -0000 1.131
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.130 2013/01/08 19:18:37 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.131 2013/01/20 15:58:28 swift Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 to progress to that state.
33 </abstract>
34
35 -<version>22</version>
36 -<date>2013-01-08</date>
37 +<version>23</version>
38 +<date>2013-01-20</date>
39
40 <section>
41 <title>Chrooting</title>
42 @@ -86,7 +86,7 @@
43
44 </body>
45 </subsection>
46 -<subsection test="not(func:keyval('arch')='IA64')">
47 +<subsection>
48 <title>Mounting the necessary Filesystems</title>
49 <body>
50
51 @@ -111,25 +111,6 @@
52
53 </body>
54 </subsection>
55 -<subsection test="func:keyval('arch')='IA64'">
56 -<title>Mounting the /proc, /sys and /dev Filesystems</title>
57 -<body>
58 -
59 -<p>
60 -Mount the <path>/proc</path> filesystem on <path>/mnt/gentoo/proc</path> to
61 -allow the installation to use the kernel-provided information within the
62 -chrooted environment, and then mount-bind the <path>/dev</path> and
63 -<path>/sys</path> filesystems.
64 -</p>
65 -
66 -<pre caption="Mounting /proc /sys and /dev">
67 -# <i>mount -t proc none /mnt/gentoo/proc</i>
68 -# <i>mount --rbind /dev /mnt/gentoo/dev</i>
69 -# <i>mount --rbind /sys /mnt/gentoo/sys</i>
70 -</pre>
71 -
72 -</body>
73 -</subsection>
74 <subsection>
75 <title>Entering the new Environment</title>
76 <body>