mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-20 19:25:03 +01:00
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
This commit is contained in:
parent
8effec6edb
commit
022886cd45
@ -43,6 +43,9 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>The host distribution and version being used to create LFS</para>
|
<para>The host distribution and version being used to create LFS</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>The output from the <xref linkend='version-check'/></para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>The package or section the problem was encountered in</para>
|
<para>The package or section the problem was encountered in</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -37,6 +37,17 @@
|
|||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>2009-06-23</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Added a list entry in the help section to
|
||||||
|
suggest that the results of the version check script be
|
||||||
|
posted when asking for help.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2009-06-11</para>
|
<para>2009-06-11</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!ENTITY version "SVN-20090611">
|
<!ENTITY version "SVN-20090623">
|
||||||
<!ENTITY releasedate "June 11, 2009">
|
<!ENTITY releasedate "June 23, 2009">
|
||||||
<!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "6.5">
|
<!ENTITY milestone "6.5">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
@ -154,6 +154,7 @@
|
|||||||
<para>To see whether your host system has all the appropriate versions, and
|
<para>To see whether your host system has all the appropriate versions, and
|
||||||
the ability to compile programs, run the following:</para>
|
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"
|
<screen role="nodump"><userinput>cat > version-check.sh << "EOF"
|
||||||
<literal>#!/bin/bash
|
<literal>#!/bin/bash
|
||||||
export LC_ALL=C
|
export LC_ALL=C
|
||||||
|
Loading…
Reference in New Issue
Block a user