source: projects/vbootstrap/tags/0.0.47/vbuilder.conf.in @ 2718

Revision 2718, 1.4 KB checked in by munepi, 13 years ago (diff)

updated vbuilder: added --debug, --login options; applied vbootstrap-0.0.37-armhack.patch (Thanks to parrot-san)

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@@
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.