# HG changeset patch # User Christopher Rogers # Date 1290748474 0 # Node ID fcd81ec926bed1076002ad56ee7159f4b2d5f66f # Parent 55ac282040294adce431dd3509982e567d671745 Added comment to config file to explain what some of the variables do. diff -r 55ac28204029 -r fcd81ec926be config --- a/config Fri Nov 26 05:13:44 2010 +0000 +++ b/config Fri Nov 26 05:14:34 2010 +0000 @@ -1,2 +1,20 @@ + +# names of modular package lists +# equals names of .list files in the order to build 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" -COPY_HG="yes" \ No newline at end of file + +# download local copies of hg repos for iso +# equals yes or no +COPY_HG="yes" + +# update existing local copies of hg repos for iso in working folder +# equals yes or no +UPDATE_HG="yes" + +# clean modules folders by removing them +# equals yes or no +CLEAN_MODULES_DIR="no" + +# remove initramfs folder +# equals yes or no +CLEAN_INITRAMFS="no"