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

Revision 5377, 1.4 KB checked in by munepi, 12 years ago (diff)

fixed vbuilder.conf.in

Line 
1##
2## vbuilder configuration file
3##
4## This configuration is read at the begin of vbuilder.
5
6## Default categories for chroot
7## default: CATEGORIES=@@VBUILDER_CATEGORIES@@
8CATEGORIES=@@VBUILDER_CATEGORIES@@
9
10## Default location to fetch base packages of vbootstrap
11## default: VBOOTSTRAP_FETCH_URL=@@VBUILDER_VBOOTSTRAP_FETCH_URL@@
12VBOOTSTRAP_FETCH_URL=@@VBUILDER_VBOOTSTRAP_FETCH_URL@@
13
14## The top dirctory for vbootstrap
15## default: VBOOTSTRAP_DIR=@@VBUILDER_VBOOTSTRAP_DIR@@
16## If the memory size of your system is enough large (about 4GB or larger),
17## you may give VBOOTSTRAP_DIR to a directory on tmpfs
18## For example, VBOOTSTRAP_DIR=/dev/shm/vbootstrap
19VBOOTSTRAP_DIR=@@VBUILDER_VBOOTSTRAP_DIR@@
20
21## Default directory to store unionfs images of vbootstrap
22## default: CACHE_DIR=@@VBUILDER_UNIONFS_DIR@@
23## If the memory size of your system is enough large (about 4GB or larger),
24## you may give UNIONFS_DIR to a directory on tmpfs
25## For example, UNIONFS_DIR=/dev/shm/vbootstrap/unionfs
26##
27## We remark that you may better assign either VBOOTSTRAP_DIR or UNIONFS_DIR
28## if you make a bootstrap on tmpfs.
29UNIONFS_DIR=@@VBUILDER_UNIONFS_DIR@@
30
31## Default directory to cache rpms of /var/cache/apt/archives in chroot
32## default: CACHE_DIR=@@VBUILDER_CACHE_DIR@@
33CACHE_DIR=@@VBUILDER_CACHE_DIR@@
34
35## Default directory to store built rpms
36## default: BUILT_RPMS_DIR=@@VBUILDER_BUILT_RPMS_DIR@@
37BUILT_RPMS_DIR=@@VBUILDER_BUILT_RPMS_DIR@@
38
39## end of file
Note: See TracBrowser for help on using the repository browser.