diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-06-23 16:52:56 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-06-23 16:52:56 +0000 |
commit | 022886cd4502974b8e0ab526be2a236fd7e9128b (patch) | |
tree | 1fa2d6b5a6a871fd087f50feda6426b7b052d561 /prologue | |
parent | 8effec6edb30f8788842f30721e3951425dbc769 (diff) |
Added a list entry in the help section to
suggest that the results of the version check script be
posted when asking for help
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8946 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue')
-rw-r--r-- | prologue/hostreqs.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index c58996e70..c6fd1868e 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -154,6 +154,7 @@ <para>To see whether your host system has all the appropriate versions, and the ability to compile programs, run the following:</para> +<anchor xreflabel="Version Check Script" id="version-check"/> <screen role="nodump"><userinput>cat > version-check.sh << "EOF" <literal>#!/bin/bash export LC_ALL=C |