diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-01-03 15:49:33 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-01-03 15:49:33 +0000 |
commit | 0d5e80e76a2c14441933609023873c5f75ec043e (patch) | |
tree | 5f5f216f53ea0988d8b1251b98ebbb2c653d7c92 /chapter01 | |
parent | dec63ea3d96bb7f9f23075273005db162b366202 (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 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index cc5481b76..c7a7d6c65 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -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> |