mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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
This commit is contained in:
parent
dec63ea3d9
commit
0d5e80e76a
@ -114,6 +114,10 @@ First a summary, then a detailed log.</para>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>January 3, 2006 [matt]: Remove the -v flag from the example
|
||||
mkswap command in chapter 2 as it does not affect verbosity (fixes bug 1674).
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>December 31, 2005 [ken]: Alter installation of Linux Libc asm
|
||||
Headers in chroot, to be repeatable.</para>
|
||||
</listitem>
|
||||
|
@ -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>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "SVN-20051231">
|
||||
<!ENTITY releasedate "December 31, 2005">
|
||||
<!ENTITY version "SVN-20060103">
|
||||
<!ENTITY releasedate "January 3, 2006">
|
||||
<!ENTITY milestone "6.2">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user