nightmorph    07/02/12 21:55:42

  Modified:             hb-install-system.xml
                        hb-install-ia64-bootloader.xml
  Log:
  added bind mount /sys for bug 166069

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

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.105&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.105&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.104&r2=1.105

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- hb-install-system.xml       2 Nov 2006 09:50:33 -0000       1.104
+++ hb-install-system.xml       12 Feb 2007 21:55:42 -0000      1.105
@@ -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.104 
2006/11/02 09:50:33 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.105 
2007/02/12 21:55:42 nightmorph Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 to progress to that state.
 </abstract>
 
-<version>7.5</version>
-<date>2006-11-01</date>
+<version>7.6</version>
+<date>2007-02-12</date>
 
 <section>
 <title>Chrooting</title>
@@ -79,7 +79,7 @@
 
 </body>
 </subsection>
-<subsection>
+<subsection test="not(func:keyval('arch')='IA64')">
 <title>Mounting the /proc and /dev Filesystems</title>
 <body>
 
@@ -96,6 +96,25 @@
 
 </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 -o bind /dev /mnt/gentoo/dev</i>
+# <i>mount -o bind /sys /mnt/gentoo/sys</i>
+</pre>
+
+</body>
+</subsection>
 <subsection>
 <title>Entering the new Environment</title>
 <body>



1.2                  xml/htdocs/doc/en/handbook/hb-install-ia64-bootloader.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-bootloader.xml?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-bootloader.xml?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-bootloader.xml?r1=1.1&r2=1.2

Index: hb-install-ia64-bootloader.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-bootloader.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-install-ia64-bootloader.xml      3 Sep 2006 05:02:44 -0000       1.1
+++ hb-install-ia64-bootloader.xml      12 Feb 2007 21:55:42 -0000      1.2
@@ -4,12 +4,12 @@
 <!-- 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-ia64-bootloader.xml,v 
1.1 2006/09/03 05:02:44 vapier Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-bootloader.xml,v 
1.2 2007/02/12 21:55:42 nightmorph Exp $ -->
 
 <sections>
 
-<version>7.1</version>
-<date>2006-08-30</date>
+<version>7.2</version>
+<date>2007-02-12</date>
 
 <section>
 <title>Installing elilo</title>
@@ -93,7 +93,7 @@
 <pre caption="Exiting the chroot, unmounting all partitions and rebooting">
 # <i>exit</i>
 cdimage ~# <i>cd</i>
-cdimage ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/dev /mnt/gentoo/proc 
/mnt/gentoo</i>
+cdimage ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/sys /mnt/gentoo/dev 
/mnt/gentoo/proc /mnt/gentoo</i>
 cdimage ~# <i>reboot</i>
 </pre>
 



-- 
[email protected] mailing list

Reply via email to