neysx 06/01/20 10:52:15
Modified: xml/htdocs/doc/en/handbook hb-install-ppc64-bootloader.xml
hb-install-ppc64-disk.xml
Log:
Bind-mounting /dev is now part of the common instructions
Revision Changes Path
1.22 +4 -4 xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml
file :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml?rev=1.22&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml?rev=1.22&content-type=text/plain&cvsroot=gentoo
diff :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml.diff?r1=1.21&r2=1.22&cvsroot=gentoo
Index: hb-install-ppc64-bootloader.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- hb-install-ppc64-bootloader.xml 19 Jan 2006 21:48:10 -0000 1.21
+++ hb-install-ppc64-bootloader.xml 20 Jan 2006 10:52:15 -0000 1.22
@@ -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-ppc64-bootloader.xml,v
1.21 2006/01/19 21:48:10 neysx Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml,v
1.22 2006/01/20 10:52:15 neysx Exp $ -->
<sections>
-<version>2.6</version>
-<date>2006-01-19</date>
+<version>2.7</version>
+<date>2006-01-20</date>
<section>
<title>Making your Choice</title>
@@ -289,7 +289,7 @@
<pre caption="Exiting the chroot, unmounting all partitions and rebooting">
# <i>exit</i>
~# <i>cd</i>
-~# <i>umount /mnt/gentoo/boot /mnt/gentoo/dev /mnt/gentoo/proc /mnt/gentoo/dev
/mnt/gentoo</i>
+~# <i>umount /mnt/gentoo/boot /mnt/gentoo/dev /mnt/gentoo/proc /mnt/gentoo</i>
~# <i>reboot</i>
</pre>
1.23 +3 -20 xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml
file :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?rev=1.23&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?rev=1.23&content-type=text/plain&cvsroot=gentoo
diff :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml.diff?r1=1.22&r2=1.23&cvsroot=gentoo
Index: hb-install-ppc64-disk.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- hb-install-ppc64-disk.xml 15 Oct 2005 19:55:31 -0000 1.22
+++ hb-install-ppc64-disk.xml 20 Jan 2006 10:52:15 -0000 1.23
@@ -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-ppc64-disk.xml,v 1.22
2005/10/15 19:55:31 fox2mike Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v 1.23
2006/01/20 10:52:15 neysx Exp $ -->
<sections>
-<version>2.5</version>
-<date>2005-08-25</date>
+<version>2.6</version>
+<date>2006-01-20</date>
<section>
<title>Introduction to Block Devices</title>
@@ -718,23 +718,6 @@
</note>
<p>
-Finally we have to create the <path>/dev</path> files in our new home, which is
-needed during the bootloader installation. This could be done by
"bind"-mapping
-the <path>/dev</path>-filesystem from the Installation CD:
-</p>
-
-<pre caption="Bind-mounting the /dev-filesystem">
-# <i>mkdir /mnt/gentoo/dev</i>
-# <i>mount -o bind /dev /mnt/gentoo/dev</i>
-</pre>
-
-<p>
-We will also have to mount the proc filesystem (a virtual interface with the
-kernel) on <path>/proc</path>. But first we will need to place our files on the
-partitions.
-</p>
-
-<p>
Continue with <uri link="?part=1&chap=5">Installing the Gentoo
Installation Files</uri>.
</p>
--
[email protected] mailing list