## 
## vbuilder configuration file
## 
## This configuration is read at the begin of vbuilder. 

## Default categories for chroot
## default: CATEGORIES=@@VBUILDER_CATEGORIES@@
CATEGORIES=@@VBUILDER_CATEGORIES@@

## Default location to fetch base packages of vbootstrap
## default: VBOOTSTRAP_FETCH_URL=@@VBUILDER_VBOOTSTRAP_FETCH_URL@@
VBOOTSTRAP_FETCH_URL=@@VBUILDER_VBOOTSTRAP_FETCH_URL@@

## The top dirctory for vbootstrap
## default: VBOOTSTRAP_DIR=@@VBUILDER_VBOOTSTRAP_DIR@@
## If the memory size of your system is enough large (about 4GB or larger), 
## you may give VBOOTSTRAP_DIR to a directory on tmpfs
## For example, VBOOTSTRAP_DIR=/dev/shm/vbootstrap
VBOOTSTRAP_DIR=@@VBUILDER_VBOOTSTRAP_DIR@@

## Default directory to store unionfs images of vbootstrap
## default: CACHE_DIR=@@VBUILDER_UNIONFS_DIR@@
## If the memory size of your system is enough large (about 4GB or larger), 
## you may give UNIONFS_DIR to a directory on tmpfs
## For example, UNIONFS_DIR=/dev/shm/vbootstrap/unionfs
## 
## We remark that you may better assign either VBOOTSTRAP_DIR or UNIONFS_DIR 
## if you make a bootstrap on tmpfs. 
UNIONFS_DIR=@@VBUILDER_UNIONFS_DIR@@

## Default directory to cache rpms of /var/cache/apt/archives in chroot
## default: CACHE_DIR=@@VBUILDER_CACHE_DIR@@
CACHE_DIR=@@VBUILDER_CACHE_DIR@@

## Default directory to store built rpms
## default: BUILT_RPMS_DIR=@@VBUILDER_BUILT_RPMS_DIR@@
BUILT_RPMS_DIR=@@VBUILDER_BUILT_RPMS_DIR@@

## end of file