slitaz-modular diff core/config @ rev 73

Fixed up local.sh script when rebuilding installed.md5 file.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Apr 14 13:05:24 2011 +0000 (2011-04-14)
parents 2cb69be2a51a
children 2fe25ae3c313
line diff
     1.1 --- a/core/config	Wed Feb 23 05:03:35 2011 +0000
     1.2 +++ b/core/config	Thu Apr 14 13:05:24 2011 +0000
     1.3 @@ -2,15 +2,19 @@
     1.4  # names of modular package lists
     1.5  # equals names of .list files in the order to build
     1.6  #MODULES="a.000.base a.001.justx a.002.core-basic a.003.core a.004.firefox a.005.core-xfce"
     1.7 -MODULES="a.000.base a.001.justx a.002.core-basic a.003.core a.004.firefox a.005.server a.006.mesa a.007.xorg-xf86-video a.008.libs a.009.apps a.010.frozen-bubble a.011.warzone2100 a.012.celestia"
     1.8 +BASE_MODULES="a.000.base a.001.justx a.002.core-basic a.003.core a.004.firefox \
     1.9 +a.005.server"
    1.10 +MODULES="a.006.mesa a.007.xorg-xf86-video a.008.cmdline a.009.libs a.010.apps \
    1.11 +a.011.frozen-bubble a.012.celestia a.013.warzone2100 a.014.blender \
    1.12 +a.015.lmms a.016.gimp a.017.virtualbox-ose"
    1.13  
    1.14  # download local copies of hg repos for iso
    1.15  # equals yes or no 
    1.16 -COPY_HG="no"
    1.17 +COPY_HG="yes"
    1.18  
    1.19  # update existing local copies of hg repos for iso in working folder
    1.20  # equals yes or no
    1.21 -UPDATE_HG="no"
    1.22 +UPDATE_HG="yes"
    1.23  
    1.24  #HG_URL="https://bitbucket.org/gokhlayeh"
    1.25  
    1.26 @@ -22,3 +26,5 @@
    1.27  # equals yes or no
    1.28  CLEAN_INITRAMFS="no"
    1.29  
    1.30 +BACKUP_PACKAGES="yes"
    1.31 +BACKUP_SOURCES="yes"
    1.32 \ No newline at end of file