aboutsummaryrefslogtreecommitdiffstats
path: root/chapter02
diff options
context:
space:
mode:
authorJeremy Huntwork <jhuntwork@linuxfromscratch.org>2005-09-10 22:56:16 +0000
committerJeremy Huntwork <jhuntwork@linuxfromscratch.org>2005-09-10 22:56:16 +0000
commitc844bc5103a9b796d8b80998f34aec2c4ccc29ca (patch)
treedd1ea89b54f37c0e5c225be9a934b122b967bfaa /chapter02
parent80d66d1587a81148a7558c87fd5cc0d9ebcbf7d3 (diff)
Adding 'nodump' roles to two partiton-related commands in chapter 2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6823 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02')
-rw-r--r--chapter02/creatingfilesystem.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml
index 414ca6a77..fcea5457c 100644
--- a/chapter02/creatingfilesystem.xml
+++ b/chapter02/creatingfilesystem.xml
@@ -17,7 +17,7 @@ url="&blfs-root;view/svn/postlfs/filesystems.html"/>.</para>
<para>To create an ext2 file system on the LFS partition, run the following:</para>
-<screen><userinput>mke2fs /dev/<replaceable>[xxx]</replaceable></userinput></screen>
+<screen role="nodump"><userinput>mke2fs /dev/<replaceable>[xxx]</replaceable></userinput></screen>
<para>Replace <replaceable>[xxx]</replaceable> with the name of the LFS
partition (<filename class="devicefile">hda5</filename> in our previous example).</para>
@@ -53,7 +53,7 @@ rm -rf e2fsprogs-&e2fsprogs-version;</userinput></screen>
issuing the command below. If you are using an existing swap partition, there is
no need to format it.</para>
-<screen><userinput>mkswap /dev/<replaceable>[yyy]</replaceable></userinput></screen>
+<screen role="nodump"><userinput>mkswap /dev/<replaceable>[yyy]</replaceable></userinput></screen>
<para>Replace <replaceable>[yyy]</replaceable> with the name of the swap
partition.</para>