Changeset ddde18e


Ignore:
Timestamp:
06/20/2006 11:43:07 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
a7db907
Parents:
a160d86
Message:

Work on README.. more to come

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • README

    ra160d86 rddde18e  
    5151     will give you a context sensitive list of command line switches.
    5252
     53   >>>> an expanded example
     54   
     55   export SRC_ARCHIVE=/mnt/SourceFiles
     56   
     57   ./lfs -D /mnt/partition4 \
     58         -K ~/jhalfs_configs/linux-2.6.16.19-LFS.config \
     59         -F ~/jhalfs-configs/fstab-sda3 \
     60         -G -T 0 -M 
     61
     62   explanation:::
     63   
     64   export SRC_ARCHIVE=/mnt/SourceFiles
     65      # This points to a local archive of existing packages. If the version in
     66        the archive is incorrect jhalfs will access the net and download the
     67        necessary version and store it here for later use. DO NOT set this to
     68        $BUILDDIR/sources. If you do not set this variable to a valide directory
     69        ALL package tarballs will be downloaded from the 'net.
     70
     71   -D /mnt/partition4
     72      # where everything takes place.  ..NOTE it must already exist and be mounted
     73     
     74   -K ~/jhalfs_configs/linux-2.6.16.19-LFS.config
     75      # If you want to automatically build a the kernel you MUST supply a valid
     76        kernel configuration file. The file you supply will be copied and renamed.
     77
     78   -F ~/jhalfs-configs/fstab-sda3
     79      # If you have a fstab file you wish to use it will be copied and renamed
     80     
     81   -G   # Retrieve the package files. You MUST enable this flag at least once if you
     82          wish to do a build or whenever you update the book.
     83   
     84   -T 0 # don't run any testsuites
     85   
     86   -M   # automatically run make against Makefile once jhalfs finishes its work.
     87
     88   
    53895. LAYOUT::
    5490
  • common/config

    ra160d86 rddde18e  
    1717
    1818#=== Getting packages ===
     19#    Files will be retrieved from the local archive SRC_ARCHIVE
     20#    (if defined) or the 'net and will be stored in $BUILDDIR/sources
    1921#--- Download the source packages 0(no)/1(yes)
    2022GETPKG=0
     
    3133
    3234#=== Build options ===
    33 #--- Run the makefile at the end  0(no)/1(yes)
     35#--- Automatically run the makefile once it has been created  0(no)/1(yes)
    3436RUNMAKE=0
    3537
Note: See TracChangeset for help on using the changeset viewer.