Changeset b7ea8ff


Ignore:
Timestamp:
02/16/2007 11:40:20 PM (17 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
1330ebc
Parents:
7b79679
Message:

Added a comment to README file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.CUSTOM

    r7b79679 rb7ea8ff  
    101101install system.
    102102
     103  :::NOTICE:::
     104  The following examples are for use with LFS and are not applicable to any
     105of the CLFS-sysroot or CLFS-Embedded books. The directory examples_CLFS-E
     106contains code extracted from Beyond CLFS-embedded.
     107
    103108
    104109  LAYOUT
     
    108113
    109114    custom
    110       /config   <-- where to put your scripts.
    111       /examples <-- a few example scripts
    112       template  <-- ALL scripts MUST look like this
     115      /config          <-- where to put your scripts.
     116      /examples        <-- a few example scripts
     117      /examples_CLFS-E <-- example scripts for CLFS-Embedded
     118      template         <-- ALL scripts MUST look like this
    113119
    114120
     
    163169MD5="6fe30dad87c77b91b632def29dd69ef9"
    164170
     171  # The following code removes previously defined PATCHx variables
     172for i in PATCH{1..10}; do
     173   unset $i
     174done
    165175  # Patches are named PATCH[1..10]
    166176  # This information is used to download the patch only
     
    193203URL="ftp://arcana.linux.it/pub/gpm/gpm-1.20.1.tar.bz2"
    194204MD5="2c63e827d755527950d9d13fe3d87692"
    195 
     205for i in PATCH{1..10}; do
     206   unset $i
     207done
    196208  # MD5SUM is not absolutely necessary but JHALFS whines and complains
    197209  # Add the MD5SUM if you can
     
    241253URL=""
    242254MD5=""
    243 
     255for i in PATCH{1..10}; do
     256   unset $i
     257done
    244258PATCH1=""
    245259
Note: See TracChangeset for help on using the changeset viewer.