From: Josh Saddler <nightmorph@stork.gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: hb-install-ppc-disk.xml
Date: Mon, 02 Apr 2007 00:24:31 +0000 [thread overview]
Message-ID: <E1HYALX-0000oV-0u@stork.gentoo.org> (raw)
nightmorph 07/04/02 00:24:31
Modified: hb-install-ppc-disk.xml
Log:
command changes and misc fixes
Revision Changes Path
1.2 xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml
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
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
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
Index: hb-install-ppc-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-install-ppc-disk.xml 19 Mar 2007 20:37:28 -0000 1.1
+++ hb-install-ppc-disk.xml 2 Apr 2007 00:24:30 -0000 1.2
@@ -4,11 +4,11 @@
<!-- 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/2007.0/hb-install-ppc-disk.xml,v 1.1 2007/03/19 20:37:28 nightmorph Exp $ -->
+<!-- $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 $ -->
<sections>
-<version>7.1</version>
+<version>8.0</version>
<date>2006-11-02</date>
<section>
@@ -420,6 +420,33 @@
</body>
</subsection>
+<subsection>
+<title>Activating the Swap Partition</title>
+<body>
+
+<p>
+<c>mkswap</c> is the command that is used to initialize swap partitions:
+</p>
+
+<pre caption="Creating a Swap signature">
+# <i>mkswap /dev/hda3</i>
+</pre>
+
+<p>
+To activate the swap partition, use <c>swapon</c>:
+</p>
+
+<pre caption="Activating the swap partition">
+# <i>swapon /dev/hda3</i>
+</pre>
+
+<p>
+Create and activate the swap now before creating other filesystems.
+</p>
+
+</body>
+</subsection>
+
<subsection id="filesystems-apply">
<title>Applying a Filesystem to a Partition</title>
<body>
@@ -436,15 +463,15 @@
</tr>
<tr>
<ti>ext2</ti>
- <ti><c>mkfs.ext2</c></ti>
+ <ti><c>mke2fs</c></ti>
</tr>
<tr>
<ti>ext3</ti>
- <ti><c>mkfs.ext3</c></ti>
+ <ti><c>mke2fs -j</c></ti>
</tr>
<tr>
<ti>reiserfs</ti>
- <ti><c>mkfs.reiserfs</c></ti>
+ <ti><c>mkreiserfs</c></ti>
</tr>
<tr>
<ti>xfs</ti>
@@ -458,7 +485,7 @@
</p>
<pre caption="Applying a filesystem on a partition">
-# <i>mkfs.ext3 /dev/hda4</i>
+# <i>mke2fs -j /dev/hda4</i>
</pre>
<p>
@@ -476,32 +503,6 @@
</body>
</subsection>
-<subsection>
-<title>Activating the Swap Partition</title>
-<body>
-
-<p>
-<c>mkswap</c> is the command that is used to initialize swap partitions:
-</p>
-
-<pre caption="Creating a Swap signature">
-# <i>mkswap /dev/hda3</i>
-</pre>
-
-<p>
-To activate the swap partition, use <c>swapon</c>:
-</p>
-
-<pre caption="Activating the swap partition">
-# <i>swapon /dev/hda3</i>
-</pre>
-
-<p>
-Create and activate the swap now.
-</p>
-
-</body>
-</subsection>
</section>
<section>
<title>Mounting</title>
--
gentoo-doc-cvs@gentoo.org mailing list
next reply other threads:[~2007-04-02 0:24 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-02 0:24 Josh Saddler [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-05-09 0:52 [gentoo-doc-cvs] cvs commit: hb-install-ppc-disk.xml Josh Saddler
2007-05-09 0:52 Josh Saddler
2007-05-08 23:50 Josh Saddler
2007-05-08 23:50 Josh Saddler
2007-05-08 23:38 Josh Saddler
2007-05-08 23:38 Josh Saddler
2007-05-08 21:14 Josh Saddler
2007-05-08 21:14 Josh Saddler
2007-04-02 1:52 Joseph Jezak
2007-04-02 0:23 Josh Saddler
2006-08-17 10:11 Josh Saddler
2005-09-05 23:39 Marcelo Goes
2005-09-05 23:17 Marcelo Goes
2005-08-08 14:07 swift
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1HYALX-0000oV-0u@stork.gentoo.org \
--to=nightmorph@stork.gentoo.org \
--cc=docs-team@lists.gentoo.org \
--cc=gentoo-doc-cvs@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox