Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-ppc64-bootloader.xml
Date: Fri, 20 Jan 2006 10:52:29
Message-Id: 200601201052.k0KAqGm2010815@robin.gentoo.org
1 neysx 06/01/20 10:52:15
2
3 Modified: xml/htdocs/doc/en/handbook hb-install-ppc64-bootloader.xml
4 hb-install-ppc64-disk.xml
5 Log:
6 Bind-mounting /dev is now part of the common instructions
7
8 Revision Changes Path
9 1.22 +4 -4 xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml
10
11 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
12 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
13 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
14
15 Index: hb-install-ppc64-bootloader.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml,v
18 retrieving revision 1.21
19 retrieving revision 1.22
20 diff -u -r1.21 -r1.22
21 --- hb-install-ppc64-bootloader.xml 19 Jan 2006 21:48:10 -0000 1.21
22 +++ hb-install-ppc64-bootloader.xml 20 Jan 2006 10:52:15 -0000 1.22
23 @@ -4,12 +4,12 @@
24 <!-- The content of this document is licensed under the CC-BY-SA license -->
25 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
26
27 -<!-- $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 $ -->
28 +<!-- $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 $ -->
29
30 <sections>
31
32 -<version>2.6</version>
33 -<date>2006-01-19</date>
34 +<version>2.7</version>
35 +<date>2006-01-20</date>
36
37 <section>
38 <title>Making your Choice</title>
39 @@ -289,7 +289,7 @@
40 <pre caption="Exiting the chroot, unmounting all partitions and rebooting">
41 # <i>exit</i>
42 ~# <i>cd</i>
43 -~# <i>umount /mnt/gentoo/boot /mnt/gentoo/dev /mnt/gentoo/proc /mnt/gentoo/dev /mnt/gentoo</i>
44 +~# <i>umount /mnt/gentoo/boot /mnt/gentoo/dev /mnt/gentoo/proc /mnt/gentoo</i>
45 ~# <i>reboot</i>
46 </pre>
47
48
49
50
51 1.23 +3 -20 xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml
52
53 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
54 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
55 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
56
57 Index: hb-install-ppc64-disk.xml
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v
60 retrieving revision 1.22
61 retrieving revision 1.23
62 diff -u -r1.22 -r1.23
63 --- hb-install-ppc64-disk.xml 15 Oct 2005 19:55:31 -0000 1.22
64 +++ hb-install-ppc64-disk.xml 20 Jan 2006 10:52:15 -0000 1.23
65 @@ -4,12 +4,12 @@
66 <!-- The content of this document is licensed under the CC-BY-SA license -->
67 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
68
69 -<!-- $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 $ -->
70 +<!-- $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 $ -->
71
72 <sections>
73
74 -<version>2.5</version>
75 -<date>2005-08-25</date>
76 +<version>2.6</version>
77 +<date>2006-01-20</date>
78
79 <section>
80 <title>Introduction to Block Devices</title>
81 @@ -718,23 +718,6 @@
82 </note>
83
84 <p>
85 -Finally we have to create the <path>/dev</path> files in our new home, which is
86 -needed during the bootloader installation. This could be done by "bind"-mapping
87 -the <path>/dev</path>-filesystem from the Installation CD:
88 -</p>
89 -
90 -<pre caption="Bind-mounting the /dev-filesystem">
91 -# <i>mkdir /mnt/gentoo/dev</i>
92 -# <i>mount -o bind /dev /mnt/gentoo/dev</i>
93 -</pre>
94 -
95 -<p>
96 -We will also have to mount the proc filesystem (a virtual interface with the
97 -kernel) on <path>/proc</path>. But first we will need to place our files on the
98 -partitions.
99 -</p>
100 -
101 -<p>
102 Continue with <uri link="?part=1&amp;chap=5">Installing the Gentoo
103 Installation Files</uri>.
104 </p>
105
106
107
108 --
109 gentoo-doc-cvs@g.o mailing list