Changeset 67e3bc3 for common


Ignore:
Timestamp:
03/30/2006 06:26:11 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
854cde2
Parents:
b051b90
Message:

Small text fixes.
Placing authors in alphabetical order.

Location:
common
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    rb051b90 r67e3bc3  
    146146${BOLD}              \"${PROGNAME}\"${OFF} script module
    147147
    148 Written by Jeremy Huntwork,
     148Written by George Boudreau,
    149149           Manuel Canales Esparcia,
    150            George Boudreau
     150           Jeremy Huntwork
    151151
    152152This program is published under the ${BOLD}Gnu General Public License, Version 2.${OFF}
  • common/config

    rb051b90 r67e3bc3  
    1111
    1212#--- Mount point for the build
    13 BUILDDIR=/mnt/SourceFiles
     13BUILDDIR=/mnt/build_dir
    1414
    1515#--- The local repository for packages/file
  • common/makefile-functions

    rb051b90 r67e3bc3  
    4343  @echo
    4444  @echo -e \\t- Enter to the chroot using the command found
    45   @echo -e \\tin the chapter -Entering the Chroot Environment-
     45  @echo -e \\tin the section -Entering the Chroot Environment-
     46  @echo -e \\texcept if building CLFS with METHOO=boot.
    4647  @echo
    4748  @echo -e \\t- Set a password for the root user
     
    5253  @echo -e \\tany other configuration file required to suit your needs.
    5354  @echo
    54   @echo -e \\t- Set-up Grub. See chapter08/grub.html
     55  @echo -e \\t- Set-up the boot loader. See the relevant book section.
    5556  @echo
    5657  @echo -e \\t- Unmount the filesystems.
     
    7576  @echo The build is not complete. Follow the next steps:$(WHITE)
    7677  @echo
    77   @echo -e \\t- Edit $(BUILDDIR)/etc/fstab
     78  @echo -e \\t- Edit $(MOUNT_PT)/etc/fstab
    7879  @echo -e \\t and any other configuration file required to suit your needs.
    7980  @echo $(BOLD)
Note: See TracChangeset for help on using the changeset viewer.