source: projects/vbootstrap/trunk/vbuilder.conf.in @ 2711

Revision 2711, 930 bytes checked in by munepi, 13 years ago (diff)

updated vbuilder.sh.in: added 29528UNIONFS_DIR

Line 
1##
2## vbuilder configuration file
3##
4## This configuration is read at the begin of vbuilder.
5
6## Default version for chroot
7## default: DEFAULT_VERSION=@@VBUILDER_DEFAULT_VERSION@@
8DEFAULT_VERSION=@@VBUILDER_DEFAULT_VERSION@@
9
10## Default categories for chroot
11## default: CATEGORIES=@@VBUILDER_CATEGORIES@@
12CATEGORIES=@@VBUILDER_CATEGORIES@@
13
14## The top dirctory for vbootstrap
15## default: VBOOTSTRAP_DIR=@@VBUILDER_VBOOTSTRAP_DIR@@
16VBOOTSTRAP_DIR=@@VBUILDER_VBOOTSTRAP_DIR@@
17
18## Default directory to store unionfs images of vbootstrap
19## default: CACHE_DIR=@@VBUILDER_UNIONFS_DIR@@
20UNIONFS_DIR=@@VBUILDER_UNIONFS_DIR@@
21
22## Default directory to cache rpms of /var/cache/apt/archives in chroot
23## default: CACHE_DIR=@@VBUILDER_CACHE_DIR@@
24CACHE_DIR=@@VBUILDER_CACHE_DIR@@
25
26## Default directory to store built rpms
27## default: BUILT_RPMS_DIR=@@VBUILDER_BUILT_RPMS_DIR@@
28BUILT_RPMS_DIR=@@VBUILDER_BUILT_RPMS_DIR@@
29
30## end of file
Note: See TracBrowser for help on using the repository browser.