Changeset db181c47 for jhalfs.conf


Ignore:
Timestamp:
11/16/2005 06:16:52 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
1a17f94
Parents:
6480c2b
Message:

Added suppot to download and build the vim-lang package (can be skipped using a switch).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs.conf

    r6480c2b rdb181c47  
    77declare -r SVN="svn://svn.linuxfromscratch.org"
    88declare -r HTTP=http://ftp.lfs-matrix.net/pub/lfs/conglomeration
    9 declare -r XSL=dump-lfs-scripts.xsl
    109declare -r LOG=000-jhalfs.log
    11 
    12 #--- Files that will be copied to $JHALFSDIR
    13 FILES="functions dump-lfs-scripts.xsl"
    1410
    1511#--- Mount point for the build
    1612BUILDDIR=/mnt/lfs
    1713
    18 #--- Working directories
    19 JHALFSDIR=$BUILDDIR/jhalfs
    20    LOGDIR=$JHALFSDIR/logs
    21    MKFILE=$JHALFSDIR/Makefile
    22    
    2314#--- Download the source packages 0(no)/1(yes)
    2415HPKG=0
     
    3930TIMEZONE=Europe/London
    4031
     32#--- install the optional vim-lang package  0(no)/1(yes)
     33VIMLANG=1
     34
     35#--- Location of fstab file (if empty, a template is created)
     36FSTAB=
     37
    4138#--- Location of kernel config file (if the kernel is to be compiled)
    4239CONFIG=
    4340
     41
     42
     43#==== INTERNAL VARIABLES ====
     44# Don't edit it unless you know what you are doing
     45
     46#--- Default stylesheet
     47XSL=dump-lfs-scripts.xsl
     48
     49#--- Files that will be copied to $JHALFSDIR
     50FILES="functions"
     51
     52#--- Working directories
     53JHALFSDIR=$BUILDDIR/jhalfs
     54   LOGDIR=$JHALFSDIR/logs
     55   MKFILE=$JHALFSDIR/Makefile
     56   
     57#--- Book version
     58LFSVRS=development
     59
     60#--- Book's sources directory
     61BOOK=lfs-$LFSVRS
Note: See TracChangeset for help on using the changeset viewer.