diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-02 20:15:02 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-02 20:15:02 +0000 |
commit | 3f12743405f4123463b57e0446bafdd398f2e598 (patch) | |
tree | 83da594bcaa934cf257c132e40768c79e4ebc98c /chapter01 | |
parent | 9ef087369ca769f8f3a4ff76f7dba91a0bc80678 (diff) |
fix bugs #335 and #342 plus various touch ups, layout fixed (line wrapping mostly)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1864 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 28156400e..64ba025e6 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -27,6 +27,17 @@ </para></listitem> +<listitem><para>May 2nd, 2002 [gerard]: Chapter 06 - Procps: Changed the +two single quotes to two double quotes (the two single quotes can be +mistaken for one double quote which will cause an error).</para></listitem> + +<listitem><para>May 2nd, 2002 [gerard]: Changed the +<userinput>cd dir && ln -sf</userinput> commands to one single command +(such as <userinput>ln -sf bash $LFS/bin/sh</userinput> Same goes for +<userinput>cd dir && mv/cp</userinput> constructions which are now replaced +with constructions like +<userinput>mv $LFS/usr/bin/{bzcat,bzip2} $LFS/bin</userinput></para></listitem> + <listitem><para>May 2nd, 2002 [markh]: Removed the "Removing old NSS library files" section.</para></listitem> |