diff options
Diffstat (limited to 'chapter01/changelog.xml')
-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> |