Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-ppc-disk.xml hb-install-ppc64-disk.xml
Date: Thu, 17 Aug 2006 09:50:09
Message-Id: 20060817094959.8A0896473A@smtp.gentoo.org
1 nightmorph 06/08/17 09:49:59
2
3 Modified: hb-install-ppc-disk.xml hb-install-ppc64-disk.xml
4 Log:
5 Fixed mount command for bug 143048
6
7 Revision Changes Path
8 1.4 xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc-disk.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc-disk.xml?rev=1.4&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc-disk.xml?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc-disk.xml?r1=1.3&r2=1.4
13
14 Index: hb-install-ppc-disk.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc-disk.xml,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- hb-install-ppc-disk.xml 17 Aug 2006 02:09:33 -0000 1.3
21 +++ hb-install-ppc-disk.xml 17 Aug 2006 09:49:59 -0000 1.4
22 @@ -4,12 +4,12 @@
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/draft/2006.1/hb-install-ppc-disk.xml,v 1.3 2006/08/17 02:09:33 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc-disk.xml,v 1.4 2006/08/17 09:49:59 nightmorph Exp $ -->
28
29 <sections>
30
31 <version>6.2</version>
32 -<date>2006-08-16</date>
33 +<date>2006-08-17</date>
34
35 <section>
36 <title>Introduction to Block Devices</title>
37 @@ -508,13 +508,11 @@
38
39 <p>
40 Now that your partitions are initialized and are housing a filesystem, it is
41 -time to mount those partitions. Use the <c>mount</c> command. Don't forget to
42 -create the necessary mount directories for every partition you created. As an
43 -example we create a mount-point and mount the root partition:
44 +time to mount those partitions. Use the <c>mount</c> command. As an example we
45 +mount the root partition:
46 </p>
47
48 <pre caption="Mounting partitions">
49 -# <i>mkdir /mnt/gentoo</i>
50 # <i>mount /dev/hda4 /mnt/gentoo</i>
51 </pre>
52
53
54
55
56 1.3 xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc64-disk.xml
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc64-disk.xml?rev=1.3&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc64-disk.xml?rev=1.3&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc64-disk.xml?r1=1.2&r2=1.3
61
62 Index: hb-install-ppc64-disk.xml
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc64-disk.xml,v
65 retrieving revision 1.2
66 retrieving revision 1.3
67 diff -u -r1.2 -r1.3
68 --- hb-install-ppc64-disk.xml 17 Aug 2006 02:09:33 -0000 1.2
69 +++ hb-install-ppc64-disk.xml 17 Aug 2006 09:49:59 -0000 1.3
70 @@ -4,12 +4,12 @@
71 <!-- The content of this document is licensed under the CC-BY-SA license -->
72 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
73
74 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc64-disk.xml,v 1.2 2006/08/17 02:09:33 nightmorph Exp $ -->
75 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc64-disk.xml,v 1.3 2006/08/17 09:49:59 nightmorph Exp $ -->
76
77 <sections>
78
79 <version>6.0</version>
80 -<date>2006-08-16</date>
81 +<date>2006-08-17</date>
82
83 <section>
84 <title>Introduction to Block Devices</title>
85 @@ -703,13 +703,11 @@
86
87 <p>
88 Now that your partitions are initialized and are housing a filesystem, it is
89 -time to mount those partitions. Use the <c>mount</c> command. Don't forget to
90 -create the necessary mount directories for every partition you created. As an
91 -example we create a mount-point and mount the root and boot partition:
92 +time to mount those partitions. Use the <c>mount</c> command. As an example we
93 +mount the root partition:
94 </p>
95
96 <pre caption="Mounting partitions">
97 -# <i>mkdir /mnt/gentoo</i>
98 # <i>mount /dev/sda4 /mnt/gentoo</i>
99 </pre>
100
101
102
103
104 --
105 gentoo-doc-cvs@g.o mailing list