slitaz-modular view core-basic/config @ rev 122

mkiso.sh: Replaced tazwok with my-cookutils scripts. Added better support for BACKUP_ALL option so it will only get the lastest packages and sources instead of just copying everything in packages and source folder.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jun 29 01:12:25 2011 +0000 (2011-06-29)
parents fc092cbb5617
children
line source
2 # names of modular package lists
3 # equals names of .list files in the order to build
4 FLAVORS_LIST="a.000.base a.001.justx a.002.core-basic a.003.server"
6 # download local copies of hg repos for iso
7 # equals yes or no
8 COPY_HG="no"
10 # update existing local copies of hg repos for iso in working folder
11 # equals yes or no
12 UPDATE_HG="no"
14 #HG_URL="https://bitbucket.org/gokhlayeh"
16 # clean modules folders by removing them
17 # equals yes or no
18 CLEAN_MODULES_DIR="no"
20 # remove initramfs folder
21 # equals yes or no
22 CLEAN_INITRAMFS="no"
24 BACKUP_PACKAGES="no"
25 BACKUP_SOURCES="no"