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:24:43
Message-Id: E1HYALX-0000oV-0u@stork.gentoo.org
1 nightmorph 07/04/02 00:24:31
2
3 Modified: hb-install-ppc-disk.xml
4 Log:
5 command changes and misc fixes
6
7 Revision Changes Path
8 1.2 xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml?r1=1.1&r2=1.2
13
14 Index: hb-install-ppc-disk.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- hb-install-ppc-disk.xml 19 Mar 2007 20:37:28 -0000 1.1
21 +++ hb-install-ppc-disk.xml 2 Apr 2007 00:24:30 -0000 1.2
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/2007.0/hb-install-ppc-disk.xml,v 1.1 2007/03/19 20:37:28 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml,v 1.2 2007/04/02 00:24:30 nightmorph Exp $ -->
28
29 <sections>
30
31 -<version>7.1</version>
32 +<version>8.0</version>
33 <date>2006-11-02</date>
34
35 <section>
36 @@ -420,6 +420,33 @@
37
38 </body>
39 </subsection>
40 +<subsection>
41 +<title>Activating the Swap Partition</title>
42 +<body>
43 +
44 +<p>
45 +<c>mkswap</c> is the command that is used to initialize swap partitions:
46 +</p>
47 +
48 +<pre caption="Creating a Swap signature">
49 +# <i>mkswap /dev/hda3</i>
50 +</pre>
51 +
52 +<p>
53 +To activate the swap partition, use <c>swapon</c>:
54 +</p>
55 +
56 +<pre caption="Activating the swap partition">
57 +# <i>swapon /dev/hda3</i>
58 +</pre>
59 +
60 +<p>
61 +Create and activate the swap now before creating other filesystems.
62 +</p>
63 +
64 +</body>
65 +</subsection>
66 +
67 <subsection id="filesystems-apply">
68 <title>Applying a Filesystem to a Partition</title>
69 <body>
70 @@ -436,15 +463,15 @@
71 </tr>
72 <tr>
73 <ti>ext2</ti>
74 - <ti><c>mkfs.ext2</c></ti>
75 + <ti><c>mke2fs</c></ti>
76 </tr>
77 <tr>
78 <ti>ext3</ti>
79 - <ti><c>mkfs.ext3</c></ti>
80 + <ti><c>mke2fs -j</c></ti>
81 </tr>
82 <tr>
83 <ti>reiserfs</ti>
84 - <ti><c>mkfs.reiserfs</c></ti>
85 + <ti><c>mkreiserfs</c></ti>
86 </tr>
87 <tr>
88 <ti>xfs</ti>
89 @@ -458,7 +485,7 @@
90 </p>
91
92 <pre caption="Applying a filesystem on a partition">
93 -# <i>mkfs.ext3 /dev/hda4</i>
94 +# <i>mke2fs -j /dev/hda4</i>
95 </pre>
96
97 <p>
98 @@ -476,32 +503,6 @@
99
100 </body>
101 </subsection>
102 -<subsection>
103 -<title>Activating the Swap Partition</title>
104 -<body>
105 -
106 -<p>
107 -<c>mkswap</c> is the command that is used to initialize swap partitions:
108 -</p>
109 -
110 -<pre caption="Creating a Swap signature">
111 -# <i>mkswap /dev/hda3</i>
112 -</pre>
113 -
114 -<p>
115 -To activate the swap partition, use <c>swapon</c>:
116 -</p>
117 -
118 -<pre caption="Activating the swap partition">
119 -# <i>swapon /dev/hda3</i>
120 -</pre>
121 -
122 -<p>
123 -Create and activate the swap now.
124 -</p>
125 -
126 -</body>
127 -</subsection>
128 </section>
129 <section>
130 <title>Mounting</title>
131
132
133
134 --
135 gentoo-doc-cvs@g.o mailing list