Changeset f3fb6ce


Ignore:
Timestamp:
03/22/2012 09:04:08 PM (12 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
18c1c95
Parents:
dcb29a9
Message:

Add a script to install the blfs tools to an already running system

Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • README.BLFS

    rdcb29a9 rf3fb6ce  
    1414
    1515     That being said, the goal of the blfs-tool is to help you solve package
    16   dependencies, create build scripts and a Makefile. Few of the auto-generated
     16  dependencies, create build scripts and a Makefile. Not all the auto-generated
    1717  build scripts and Makefile will work "as is", thus, as a general rule,
    1818  you will need to review and edit the scripts while reading the book.
     
    6262  3.2  BLFS_TOOL INSTALLATION::
    6363
     64    3.2.1 Normal install
    6465       The tools are installed just after the building of xLFS, if the
    6566    appropriate options have been selected in the building menu, as per
     
    99100    envars.conf             envars needed when running the target build scripts
    100101
    101   Several files are generated during the process:
     102    3.2.2 Install to an already running LFS/BLFS system
     103       If you forgot to install the tools when building xLFS, or want to try
     104    the tools, you can just run the install-blfs-tools.sh script. It will
     105    create the above hierarchy in your home directory and intialize the
     106    tracking file. You have first to make sure that the tracking dir exists
     107    and is writable by the user. You may also populate it with (empty) files
     108    whose names are of the form package-version, for installed packages, so
     109    that they are included into the tracking file.
     110    3.3.3 Working files
     111        Several files are generated during the process:
    102112
    103113    packages.xml            auto-generated packages database
Note: See TracChangeset for help on using the changeset viewer.