Ignore:
Timestamp:
03/27/2006 06:46:32 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
b90e260
Parents:
5627958
Message:

Text changes only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    r5627958 rf80c1e0  
    4848        print version number, then exit
    4949${BOLD}  -d  --directory DIR${OFF}
    50         use DIR directory for building HLFS; all files jhahlfs produces will be
    51         in the directory DIR/jhahlfs. Default is \"/mnt/lfs\".
     50        use DIR directory for building ${BOLD}$(echo $PROGNAME | tr [a-z] [A-Z])${OFF}; all files jhahlfs produces will be
     51        in the directory DIR/jhahlfs.
    5252${BOLD}  --rebuild${OFF}
    5353        clean the build directory before to perfom any other task. The directory
     
    6161${BOLD}  -W, --working-copy DIR${OFF}
    6262        use the local working copy placed in DIR as the HLFS book
    63 ${BOLD}  -L, --HLFS-version VER${OFF}
     63${BOLD}  -L, --LFS-version VER${OFF}
    6464        checkout VER version of the HLFS book. Supported versions at this time are:
    65         dev* | trunk | SVN     aliases for Development HLFS
    66         alpha*                 aliases for the alphabetical branch
    67         udev*                  aliases for the udev_update branch
     65        dev* | trunk | SVN     aliases for Development {C,H,B}LFS
     66        alpha*                 aliases for the LFS alphabetical branch
     67        udev*                  aliases for the LFS udev_update branch
    6868${BOLD}  --fstab FILE${OFF}
    69         use FILE as the /etc/fstab file for the HLFS system. If not specified,
     69        use FILE as the /etc/fstab file for the ${BOLD}$(echo $PROGNAME | tr [a-z] [A-Z])${OFF}system. If not specified,
    7070        a default /etc/fstab file with dummy values is created.
    7171${BOLD}  -C, --kernel-config FILE${OFF}
     
    105105
    106106                  Possible values are:
    107 
    108107        required               only required dependecies are used
    109108        recommended            both required a recommended dependencies are used
     
    157156
    158157no_dl_client="\
    159 echo \"Could not find a way to download the CLFS sources.\" >&2
     158echo \"Could not find a way to download the ${BOLD}$(echo $PROGNAME | tr [a-z] [A-Z])${OFF} sources.\" >&2
    160159echo \"Attempting to continue.\" >&2"
    161160
Note: See TracChangeset for help on using the changeset viewer.