diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter03/packages.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 6 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 35debbaf9..dbfdfd004 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -102,6 +102,9 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>May 25, 2004 [jeremy]: Corrected download location for the +lfs-bootscripts package</para></listitem> + <listitem><para>May 24, 2004 [jeremy]: Upgraded to libc-headers 2.6.5.2</para> </listitem> diff --git a/chapter03/packages.xml b/chapter03/packages.xml index e4a75d923..42d65d9a8 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -203,7 +203,7 @@ <varlistentry> <term>LFS-Bootscripts (&bootscripts-version;) - 14 KB:</term> <listitem> -<para><ulink url="ftp://be-linux.org/belfs/"/></para> +<para><ulink url="http://downloads.linuxfromscratch.org/"/></para> </listitem> </varlistentry> diff --git a/general.ent b/general.ent index 16cb38010..a6f7d12d8 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "CVS-20040524"> -<!ENTITY releasedate "May 24, 2004"> +<!ENTITY version "CVS-20040525"> +<!ENTITY releasedate "May 25, 2004"> <!ENTITY milestone "6.0"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> |