vbuilder.conf.in 930 B

123456789101112131415161718192021222324252627282930
  1. ##
  2. ## vbuilder configuration file
  3. ##
  4. ## This configuration is read at the begin of vbuilder.
  5. ## Default version for chroot
  6. ## default: DEFAULT_VERSION=@@VBUILDER_DEFAULT_VERSION@@
  7. DEFAULT_VERSION=@@VBUILDER_DEFAULT_VERSION@@
  8. ## Default categories for chroot
  9. ## default: CATEGORIES=@@VBUILDER_CATEGORIES@@
  10. CATEGORIES=@@VBUILDER_CATEGORIES@@
  11. ## The top dirctory for vbootstrap
  12. ## default: VBOOTSTRAP_DIR=@@VBUILDER_VBOOTSTRAP_DIR@@
  13. VBOOTSTRAP_DIR=@@VBUILDER_VBOOTSTRAP_DIR@@
  14. ## Default directory to store unionfs images of vbootstrap
  15. ## default: CACHE_DIR=@@VBUILDER_UNIONFS_DIR@@
  16. UNIONFS_DIR=@@VBUILDER_UNIONFS_DIR@@
  17. ## Default directory to cache rpms of /var/cache/apt/archives in chroot
  18. ## default: CACHE_DIR=@@VBUILDER_CACHE_DIR@@
  19. CACHE_DIR=@@VBUILDER_CACHE_DIR@@
  20. ## Default directory to store built rpms
  21. ## default: BUILT_RPMS_DIR=@@VBUILDER_BUILT_RPMS_DIR@@
  22. BUILT_RPMS_DIR=@@VBUILDER_BUILT_RPMS_DIR@@
  23. ## end of file