# HG changeset patch # User Christopher Rogers # Date 1302787242 0 # Node ID 2fe25ae3c3136ff21897ec01156e02fc42376e12 # Parent 3ce12b08e588091efe1b7962cdc2c74fbac21385 Fixed config file in core profile. diff -r 3ce12b08e588 -r 2fe25ae3c313 core/config --- a/core/config Thu Apr 14 13:17:19 2011 +0000 +++ b/core/config Thu Apr 14 13:20:42 2011 +0000 @@ -10,11 +10,11 @@ # download local copies of hg repos for iso # equals yes or no -COPY_HG="yes" +COPY_HG="no" # update existing local copies of hg repos for iso in working folder # equals yes or no -UPDATE_HG="yes" +UPDATE_HG="no" #HG_URL="https://bitbucket.org/gokhlayeh" @@ -26,5 +26,5 @@ # equals yes or no CLEAN_INITRAMFS="no" -BACKUP_PACKAGES="yes" -BACKUP_SOURCES="yes" \ No newline at end of file +BACKUP_PACKAGES="no" +BACKUP_SOURCES="no" \ No newline at end of file