diff options
-rw-r--r-- | chapter01/changelog.xml | 7 | ||||
-rw-r--r-- | chapter01/how.xml | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 87a96b5e2..320d0d872 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,7 +40,12 @@ <para>2007-06-10</para> <itemizedlist> <listitem> - <para>[Manuel] - Added explanations to Bash testsuite commands. + <para>[manuel] - Added a note about possible LiveCD issues on newer + hardware and asking for testers. See <ulink + url="&lfs-ticket-root;1938">#1938</ulink>.</para> + </listitem> + <listitem> + <para>[manuel] - Added explanations to Bash testsuite commands. Closes <ulink url="&lfs-ticket-root;1938">#1938</ulink>.</para> </listitem> </itemizedlist> diff --git a/chapter01/how.xml b/chapter01/how.xml index 3012c59db..302130f4e 100644 --- a/chapter01/how.xml +++ b/chapter01/how.xml @@ -27,6 +27,20 @@ are necessary. For more information about the LFS LiveCD or to download a copy, visit <ulink url="&livecd-root;"/>.</para> + <note> + <para>The LFS LiveCD might not work on newer hardware configurations, + failing to boot or failing to detect some devices, like SATA hard + drives.</para> + + <para>The LFS LiveCD is working to fix that issues, but they need your help + testing it, reporting found problems, and collaborating on the LiveCD + development.</para> + + <para>Please, send your LFS LiveCD reports or development help collaborations + to the <ulink url="mailto:livecd@linuxfromscratch.org">LFS LiveCD + mailing list</ulink>.</para> + </note> + <para><xref linkend="chapter-partitioning"/> of this book describes how to create a new Linux native partition and file system, the place where the new LFS system will be compiled and installed. <xref |