slitaz-modular rev 77

Fixed config file in core profile.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Apr 14 13:20:42 2011 +0000 (2011-04-14)
parents 3ce12b08e588
children c1efda801fa2
files core/config
line diff
     1.1 --- a/core/config	Thu Apr 14 13:17:19 2011 +0000
     1.2 +++ b/core/config	Thu Apr 14 13:20:42 2011 +0000
     1.3 @@ -10,11 +10,11 @@
     1.4  
     1.5  # download local copies of hg repos for iso
     1.6  # equals yes or no 
     1.7 -COPY_HG="yes"
     1.8 +COPY_HG="no"
     1.9  
    1.10  # update existing local copies of hg repos for iso in working folder
    1.11  # equals yes or no
    1.12 -UPDATE_HG="yes"
    1.13 +UPDATE_HG="no"
    1.14  
    1.15  #HG_URL="https://bitbucket.org/gokhlayeh"
    1.16  
    1.17 @@ -26,5 +26,5 @@
    1.18  # equals yes or no
    1.19  CLEAN_INITRAMFS="no"
    1.20  
    1.21 -BACKUP_PACKAGES="yes"
    1.22 -BACKUP_SOURCES="yes"
    1.23 \ No newline at end of file
    1.24 +BACKUP_PACKAGES="no"
    1.25 +BACKUP_SOURCES="no"
    1.26 \ No newline at end of file