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

Revision 5364, 1.6 KB checked in by munepi, 12 years ago (diff)

updated vbootstrap.sh.in:

  • specify a location to fetch base packages;

updated vbuilder.sh.in:

  • added --fetch-url, --profile options
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## Default location to fetch base packages of vbootstrap
15## default: VBOOTSTRAP_FETCH_URL=http://updates.vinelinux.org
16VBOOTSTRAP_FETCH_URL=@@VBUILDER_VBOOTSTRAP_FETCH_URL@@
17
18## The top dirctory for vbootstrap
19## default: VBOOTSTRAP_DIR=@@VBUILDER_VBOOTSTRAP_DIR@@
20## If the memory size of your system is enough large (about 4GB or larger),
21## you may give VBOOTSTRAP_DIR to a directory on tmpfs
22## For example, VBOOTSTRAP_DIR=/dev/shm/vbootstrap
23VBOOTSTRAP_DIR=@@VBUILDER_VBOOTSTRAP_DIR@@
24
25## Default directory to store unionfs images of vbootstrap
26## default: CACHE_DIR=@@VBUILDER_UNIONFS_DIR@@
27## If the memory size of your system is enough large (about 4GB or larger),
28## you may give UNIONFS_DIR to a directory on tmpfs
29## For example, UNIONFS_DIR=/dev/shm/vbootstrap/unionfs
30##
31## We remark that you may better assign either VBOOTSTRAP_DIR or UNIONFS_DIR
32## if you make a bootstrap on tmpfs.
33UNIONFS_DIR=@@VBUILDER_UNIONFS_DIR@@
34
35## Default directory to cache rpms of /var/cache/apt/archives in chroot
36## default: CACHE_DIR=@@VBUILDER_CACHE_DIR@@
37CACHE_DIR=@@VBUILDER_CACHE_DIR@@
38
39## Default directory to store built rpms
40## default: BUILT_RPMS_DIR=@@VBUILDER_BUILT_RPMS_DIR@@
41BUILT_RPMS_DIR=@@VBUILDER_BUILT_RPMS_DIR@@
42
43## end of file
Note: See TracBrowser for help on using the repository browser.