diff options
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | prologue/hostreqs.xml | 10 |
3 files changed, 12 insertions, 12 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 30863ed93..fffff3e9e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,16 @@ --> <listitem> + <para>2009-11-14</para> + <itemizedlist> + <listitem> + <para>[bdubbs] Removed obsolete note on the Host System + requirements page.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2009-11-12</para> <itemizedlist> <listitem> diff --git a/general.ent b/general.ent index 7b0460b2b..a2409b6db 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20091112"> -<!ENTITY releasedate "November 12, 2009"> +<!ENTITY version "SVN-20091114"> +<!ENTITY releasedate "November 14, 2009"> <!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.0"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 3aa6fd4e5..8f167bde1 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -101,16 +101,6 @@ compiling the kernel and configuring the boot loader (assuming the host uses GRUB) are located in <xref linkend="chapter-bootable"/>.</para> - <note> - <para>This version of the book builds a 32-bit Linux system and - requires an existing 32-bit version of of the kernel on the Intel/AMD - x86 architecture. Adding capabilty for x86_64 systems is a major - objective of a future version of LFS. Support for 64-bit systems and - additional architectures can be found in the Cross-Compiled Linux From - Scratch (CLFS) project at <ulink url="http://cross-lfs.org/view/svn/"/>. - </para> - </note> - </listitem> <listitem> |