slitaz-modular view core/config @ rev 64

Updated slitaz-modular script to make subfolders for differnet flavors packages lists. This way you can get a iso to load one of the more basic flavors.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Apr 12 20:20:45 2011 +0000 (2011-04-12)
parents 9bc0114ef156
children dafc02eccc51
line source
2 # names of modular package lists
3 # equals names of .list files in the order to build
4 #MODULES="a.000.base a.001.justx a.002.core-basic a.003.core a.004.firefox a.005.core-xfce"
5 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"
7 # download local copies of hg repos for iso
8 # equals yes or no
9 COPY_HG="no"
11 # update existing local copies of hg repos for iso in working folder
12 # equals yes or no
13 UPDATE_HG="no"
15 #HG_URL="https://bitbucket.org/gokhlayeh"
17 # clean modules folders by removing them
18 # equals yes or no
19 CLEAN_MODULES_DIR="no"
21 # remove initramfs folder
22 # equals yes or no
23 CLEAN_INITRAMFS="no"