diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-02-26 23:04:54 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-02-26 23:04:54 +0000 |
commit | a93c62e4b3312bd10475b6dc1bf634a284ee71ba (patch) | |
tree | 610a4efed3d5d4eaa55664a2857491039c73d166 /chapter01 | |
parent | 671c833c1e0908f9b0289e471897a366269eeba8 (diff) |
added link to the FAQ
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1643 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/chapter01.xml | 1 | ||||
-rw-r--r-- | chapter01/faq.xml | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/chapter01/chapter01.xml b/chapter01/chapter01.xml index 4b010252b..6aa1ab050 100644 --- a/chapter01/chapter01.xml +++ b/chapter01/chapter01.xml @@ -10,6 +10,7 @@ &c1-changelog; &c1-maillists; &c1-newsserver; +&c1-faq; &c1-contactinfo; </chapter> diff --git a/chapter01/faq.xml b/chapter01/faq.xml new file mode 100644 index 000000000..2d02f1fbf --- /dev/null +++ b/chapter01/faq.xml @@ -0,0 +1,12 @@ +<sect1 id="ch01-faq"> +<title>FAQ</title> +<?dbhtml filename="faq.html" dir="chapter01"?> + +<para>If you encounter any problems building an LFS system, you should +check out <ulink +url="http://www.linuxfromscratch.org/faq/"> +http://www.linuxfromscratch.org/faq/</ulink> to see if your question is +already answered in the FAQ.</para> + +</sect1> + |