slitaz-modular rev 3

Added comment to config file to explain what some of the variables do.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Nov 26 05:14:34 2010 +0000 (2010-11-26)
parents 55ac28204029
children 22221b54a22c
files config
line diff
     1.1 --- a/config	Fri Nov 26 05:13:44 2010 +0000
     1.2 +++ b/config	Fri Nov 26 05:14:34 2010 +0000
     1.3 @@ -1,2 +1,20 @@
     1.4 +
     1.5 +# names of modular package lists
     1.6 +# equals names of .list files in the order to build
     1.7  MODULES="a.000.base a.001.justx a.002.core-basic a.003.mesa a.004.xorg-xf86-video a.005.firefox a.006.libs a.007.apps a.008.mercurial a.009.pentest"
     1.8 -COPY_HG="yes"
     1.9 \ No newline at end of file
    1.10 +
    1.11 +# download local copies of hg repos for iso
    1.12 +# equals yes or no 
    1.13 +COPY_HG="yes"
    1.14 +
    1.15 +# update existing local copies of hg repos for iso in working folder
    1.16 +# equals yes or no
    1.17 +UPDATE_HG="yes"
    1.18 +
    1.19 +# clean modules folders by removing them
    1.20 +# equals yes or no
    1.21 +CLEAN_MODULES_DIR="no"
    1.22 +
    1.23 +# remove initramfs folder
    1.24 +# equals yes or no
    1.25 +CLEAN_INITRAMFS="no"