Added a comment to README file

This commit is contained in:
George Boudreau 2007-02-16 23:40:20 +00:00
parent 7b796794f6
commit b7ea8ff0fc

View file

@ -100,6 +100,11 @@ or to support specific hardware, or to install basic utilities that need
have availables from the beginning, and was not intended to replace the BLFS have availables from the beginning, and was not intended to replace the BLFS
install system. install system.
:::NOTICE:::
The following examples are for use with LFS and are not applicable to any
of the CLFS-sysroot or CLFS-Embedded books. The directory examples_CLFS-E
contains code extracted from Beyond CLFS-embedded.
LAYOUT LAYOUT
A new directory has been added to JHALFS tree which will contain the A new directory has been added to JHALFS tree which will contain the
@ -107,9 +112,10 @@ configuration scripts and a few examples. A switch has been added to the
configuration file which enables/disables the inclusion of personal scripts. configuration file which enables/disables the inclusion of personal scripts.
custom custom
/config <-- where to put your scripts. /config <-- where to put your scripts.
/examples <-- a few example scripts /examples <-- a few example scripts
template <-- ALL scripts MUST look like this /examples_CLFS-E <-- example scripts for CLFS-Embedded
template <-- ALL scripts MUST look like this
@ -162,6 +168,10 @@ PKG_FILE="glib-1.2.10.tar.gz"
URL="http://gd.tuwien.ac.at/graphics/gimp/gtk/v1.2/${PKG_FILE}" URL="http://gd.tuwien.ac.at/graphics/gimp/gtk/v1.2/${PKG_FILE}"
MD5="6fe30dad87c77b91b632def29dd69ef9" MD5="6fe30dad87c77b91b632def29dd69ef9"
# The following code removes previously defined PATCHx variables
for i in PATCH{1..10}; do
unset $i
done
# Patches are named PATCH[1..10] # Patches are named PATCH[1..10]
# This information is used to download the patch only # This information is used to download the patch only
# If you do not have the MD5SUM the download will proceed with a warning. # If you do not have the MD5SUM the download will proceed with a warning.
@ -192,7 +202,9 @@ PKG_VERSION="1.20.1"
PKG_FILE="gmp-1.20.1.tar.bz2" PKG_FILE="gmp-1.20.1.tar.bz2"
URL="ftp://arcana.linux.it/pub/gpm/gpm-1.20.1.tar.bz2" URL="ftp://arcana.linux.it/pub/gpm/gpm-1.20.1.tar.bz2"
MD5="2c63e827d755527950d9d13fe3d87692" MD5="2c63e827d755527950d9d13fe3d87692"
for i in PATCH{1..10}; do
unset $i
done
# MD5SUM is not absolutely necessary but JHALFS whines and complains # MD5SUM is not absolutely necessary but JHALFS whines and complains
# Add the MD5SUM if you can # Add the MD5SUM if you can
PATCH1=" http://www.linuxfromscratch.org/patches/blfs/svn/gpm-1.20.1-segfault-1.patch" PATCH1=" http://www.linuxfromscratch.org/patches/blfs/svn/gpm-1.20.1-segfault-1.patch"
@ -240,7 +252,9 @@ PKG_VERSION=""
PKG_FILE="" PKG_FILE=""
URL="" URL=""
MD5="" MD5=""
for i in PATCH{1..10}; do
unset $i
done
PATCH1="" PATCH1=""