aboutsummaryrefslogtreecommitdiffstats
path: root/chapter02/creatingfilesystem.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2006-01-03 15:49:33 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2006-01-03 15:49:33 +0000
commit0d5e80e76a2c14441933609023873c5f75ec043e (patch)
tree5f5f216f53ea0988d8b1251b98ebbb2c653d7c92 /chapter02/creatingfilesystem.xml
parentdec63ea3d96bb7f9f23075273005db162b366202 (diff)
Fix bug 1674 by removing the incorrect -v flag from the mkswap command
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7240 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02/creatingfilesystem.xml')
-rw-r--r--chapter02/creatingfilesystem.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml
index 1d3a66956..3466a555a 100644
--- a/chapter02/creatingfilesystem.xml
+++ b/chapter02/creatingfilesystem.xml
@@ -53,7 +53,7 @@ rm -rfv 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 role="nodump"><userinput>mkswap -v /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>