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
Date: Mon, 02 Apr 2007 00:23:54
Message-Id: E1HYAKi-00071K-K1@stork.gentoo.org
1 nightmorph 07/04/02 00:23:40
2
3 Modified: hb-install-ppc-disk.xml
4 Log:
5 command changes and a few other fixes
6
7 Revision Changes Path
8 1.25 xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml?rev=1.25&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml?rev=1.25&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml?r1=1.24&r2=1.25
13
14 Index: hb-install-ppc-disk.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml,v
17 retrieving revision 1.24
18 retrieving revision 1.25
19 diff -u -r1.24 -r1.25
20 --- hb-install-ppc-disk.xml 16 Mar 2007 05:31:09 -0000 1.24
21 +++ hb-install-ppc-disk.xml 2 Apr 2007 00:23:40 -0000 1.25
22 @@ -4,11 +4,11 @@
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/hb-install-ppc-disk.xml,v 1.24 2007/03/16 05:31:09 josejx Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml,v 1.25 2007/04/02 00:23:40 nightmorph Exp $ -->
28
29 <sections>
30
31 -<version>7.2</version>
32 +<version>8.0</version>
33 <date>2007-03-15</date>
34
35 <section>
36 @@ -593,15 +593,15 @@
37 </tr>
38 <tr>
39 <ti>ext2</ti>
40 - <ti><c>mkfs.ext2</c></ti>
41 + <ti><c>mke2fs</c></ti>
42 </tr>
43 <tr>
44 <ti>ext3</ti>
45 - <ti><c>mkfs.ext3</c></ti>
46 + <ti><c>mke2fs -j</c></ti>
47 </tr>
48 <tr>
49 <ti>reiserfs</ti>
50 - <ti><c>mkfs.reiserfs</c></ti>
51 + <ti><c>mkreiserfs</c></ti>
52 </tr>
53 <tr>
54 <ti>xfs</ti>
55 @@ -615,7 +615,7 @@
56 </p>
57
58 <pre caption="Applying a filesystem on a partition">
59 -# <i>mkfs.ext3 /dev/hda4</i>
60 +# <i>mke2fs -j /dev/hda4</i>
61 </pre>
62
63 <p>
64 @@ -639,11 +639,9 @@
65 <body>
66
67 <p>
68 -Now that your partitions are initialized and contain valid filesystems, it is
69 -time to mount them since disks are not usable in Linux until they are mounted.
70 -When you mount a filesystem, the contents are inserted into the directory
71 -specified by the <c>mount</c> command. As an example we wil mount the root
72 -partition in a directory on the InstallCD filesystem:
73 +Now that your partitions are initialized and are housing a filesystem, it is
74 +time to mount those partitions. Use the <c>mount</c> command. As an example we
75 +mount the root partition:
76 </p>
77
78 <pre caption="Mounting partitions">
79
80
81
82 --
83 gentoo-doc-cvs@g.o mailing list