swift       13/01/20 15:58:28

  Modified:             hb-install-system.xml
  Log:
  Fix bug #451354 - IA64 had a separate section but really doesnt need it. 
removing and using the same section everywhere

Revision  Changes    Path
1.131                xml/htdocs/doc/en/handbook/hb-install-system.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.131&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.131&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.130&r2=1.131

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- hb-install-system.xml       8 Jan 2013 19:18:37 -0000       1.130
+++ hb-install-system.xml       20 Jan 2013 15:58:28 -0000      1.131
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.130 
2013/01/08 19:18:37 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.131 
2013/01/20 15:58:28 swift Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 to progress to that state.
 </abstract>
 
-<version>22</version>
-<date>2013-01-08</date>
+<version>23</version>
+<date>2013-01-20</date>
 
 <section>
 <title>Chrooting</title>
@@ -86,7 +86,7 @@
 
 </body>
 </subsection>
-<subsection test="not(func:keyval('arch')='IA64')">
+<subsection>
 <title>Mounting the necessary Filesystems</title>
 <body>
 
@@ -111,25 +111,6 @@
 
 </body>
 </subsection>
-<subsection test="func:keyval('arch')='IA64'">
-<title>Mounting the /proc, /sys and /dev Filesystems</title>
-<body>
-
-<p>
-Mount the <path>/proc</path> filesystem on <path>/mnt/gentoo/proc</path> to
-allow the installation to use the kernel-provided information within the
-chrooted environment, and then mount-bind the <path>/dev</path> and
-<path>/sys</path> filesystems.
-</p>
-
-<pre caption="Mounting /proc /sys and /dev">
-# <i>mount -t proc none /mnt/gentoo/proc</i>
-# <i>mount --rbind /dev /mnt/gentoo/dev</i>
-# <i>mount --rbind /sys /mnt/gentoo/sys</i>
-</pre>
-
-</body>
-</subsection>
 <subsection>
 <title>Entering the new Environment</title>
 <body>




Reply via email to