source: projects/vbootstrap/tags/0.3_REL/sample.conf.skip @ 6701

Revision 6701, 2.3 KB checked in by munepi, 12 years ago (diff)

set VBUILDER_STABLE_VERSION=6 in Makefile

Line 
1##
2## description: This is a sample profile of vbuilder
3##
4## Please save this file as sample.conf.
5##
6## This profile is read after loading default settings.
7## vbuilder loads
8##  - system wide configurations (from /etc/vbootstrap/vbuilder.conf)
9##  - given profile (from /etc/vbootstrap/profile.d/*.conf)
10##  - given command-line parameters
11## where given command-line parameters override the settings given profile,
12## and the settings given profile override system wide settings.
13## If you use a profile of vbuilder, you may not override the settings
14## given profile.
15##
16
17## Vine Linux Version for chroot
18#VERSION=6
19
20## Archtecture for chroot
21#ARCH=x86_64
22
23## Local repositories
24#LOCAL_REPOS='
25#rpm     http://repos $(ARCH) sample
26#rpm-src http://repos $(ARCH) sample
27#'
28
29## Additional base packages
30#ADD_BASE_PKGS="firefox"
31
32
33## The following configurations overwrite the default vbuilder configuration.
34## Please see /etc/vbootstrap/vbuilder.conf.
35
36## Default categories for chroot
37## default: CATEGORIES=main,plus,nonfree
38#CATEGORIES=main,plus
39
40## Default location to fetch base packages of vbootstrap
41## default: VBOOTSTRAP_FETCH_URL=http://updates.vinelinux.org/apt
42#VBOOTSTRAP_FETCH_URL=http://ftp.jaist.ac.jp/pub/Linux/Vine/apt
43
44## The top dirctory for vbootstrap
45## default: VBOOTSTRAP_DIR=/var/local/vbootstrap
46## If the memory size of your system is enough large (about 4GB or larger),
47## you may give VBOOTSTRAP_DIR to a directory on tmpfs
48## For example, VBOOTSTRAP_DIR=/dev/shm/vbootstrap
49#VBOOTSTRAP_DIR=/var/local/vbootstrap
50
51## Default directory to store unionfs images of vbootstrap
52## default: CACHE_DIR=/var/local/vbootstrap/unionfs
53## If the memory size of your system is enough large (about 4GB or larger),
54## you may give UNIONFS_DIR to a directory on tmpfs
55## For example, UNIONFS_DIR=/dev/shm/vbootstrap/unionfs
56##
57## We remark that you may better assign either VBOOTSTRAP_DIR or UNIONFS_DIR
58## if you make a bootstrap on tmpfs.
59#UNIONFS_DIR=/var/local/vbootstrap/unionfs
60
61## Default directory to cache rpms of /var/cache/apt/archives in chroot
62## default: CACHE_DIR=/var/local/vbootstrap/cache
63#CACHE_DIR=/var/local/vbootstrap/cache
64
65## Default directory to store built rpms
66## default: BUILT_RPMS_DIR=${HOME}/rpm/vbuilder
67#BUILT_RPMS_DIR=${HOME}/rpm/vbuilder
68
69## end of file
Note: See TracBrowser for help on using the repository browser.