| [323] | 1 | ## |
|---|
| 2 | ## vbuilder configuration file |
|---|
| 3 | ## |
|---|
| 4 | ## This configuration is read at the begin of vbuilder. |
|---|
| 5 | |
|---|
| [791] | 6 | ## Default categories for chroot |
|---|
| 7 | ## default: CATEGORIES=@@VBUILDER_CATEGORIES@@ |
|---|
| 8 | CATEGORIES=@@VBUILDER_CATEGORIES@@ |
|---|
| 9 | |
|---|
| [5364] | 10 | ## Default location to fetch base packages of vbootstrap |
|---|
| [5377] | 11 | ## default: VBOOTSTRAP_FETCH_URL=@@VBUILDER_VBOOTSTRAP_FETCH_URL@@ |
|---|
| [5364] | 12 | VBOOTSTRAP_FETCH_URL=@@VBUILDER_VBOOTSTRAP_FETCH_URL@@ |
|---|
| 13 | |
|---|
| [323] | 14 | ## The top dirctory for vbootstrap |
|---|
| 15 | ## default: VBOOTSTRAP_DIR=@@VBUILDER_VBOOTSTRAP_DIR@@ |
|---|
| [2718] | 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 |
|---|
| [323] | 19 | VBOOTSTRAP_DIR=@@VBUILDER_VBOOTSTRAP_DIR@@ |
|---|
| 20 | |
|---|
| [2711] | 21 | ## Default directory to store unionfs images of vbootstrap |
|---|
| 22 | ## default: CACHE_DIR=@@VBUILDER_UNIONFS_DIR@@ |
|---|
| [2718] | 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. |
|---|
| [2711] | 29 | UNIONFS_DIR=@@VBUILDER_UNIONFS_DIR@@ |
|---|
| 30 | |
|---|
| [725] | 31 | ## Default directory to cache rpms of /var/cache/apt/archives in chroot |
|---|
| 32 | ## default: CACHE_DIR=@@VBUILDER_CACHE_DIR@@ |
|---|
| 33 | CACHE_DIR=@@VBUILDER_CACHE_DIR@@ |
|---|
| [323] | 34 | |
|---|
| [370] | 35 | ## Default directory to store built rpms |
|---|
| 36 | ## default: BUILT_RPMS_DIR=@@VBUILDER_BUILT_RPMS_DIR@@ |
|---|
| 37 | BUILT_RPMS_DIR=@@VBUILDER_BUILT_RPMS_DIR@@ |
|---|
| 38 | |
|---|
| [323] | 39 | ## end of file |
|---|