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

initramfs: Updated init and linuxrc.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Feb 24 18:58:07 2012 -0500 (2012-02-24)
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"