Changeset f80c1e0 for common


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

Text changes only

Location:
common
Files:
2 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
  • common/makefile-functions

    r5627958 rf80c1e0  
    7979  @echo
    8080  @echo -e \\t- Edit /etc/fstab,
    81   @echo -e \\tany other configuration file required to suit your needs.
     81  @echo -e \\t and any other configuration file required to suit your needs.
    8282  @echo
    8383  @echo -e \\t- Set-up Grub.
     
    9494  @echo  3.Once you are logged in issue the following cmds
    9595  @echo -e \\t $(BOLD})cd /jhahlfs
    96   @echo -e \\t $(BOLD)make -f clfs-Makefile makesys
     96  @echo -e \\t $(BOLD)make makesys
    9797  @echo  The build process should resume. Follow any instructions that appear.
    9898  @echo --------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.