Revision 2ce63dc2

b/snf-image-host/defaults
17 17
# IMAGE_DEBUG=0
18 18

  
19 19
# HELPER_DIR: Directory hosting the helper files
20
# HELPER_DIR: /var/lib/snf-image/helper/
20
# HELPER_DIR="/var/lib/snf-image/helper/"
21 21

  
22 22
# HELPER_IMG: Path to the helper VM image
23 23
# HELPER_IMG="$(HELPER_DIR)/image"
......
45 45

  
46 46
# HELPER_CACHE_FILE: Cache file update-helper script uses to avoid running
47 47
# `debootstrap' all the time.
48
# HELPER_CACHE_FILE=$(HELPER_DIR)/cache.tar
48
# HELPER_CACHE_FILE="$(HELPER_DIR)/cache.tar"
49 49

  
50 50
# HELPER_EXTRA_PKGS: Extra packages that will need to be supplied to de supplied
51 51
# to debootstrap to make the resulting helper image workable

Also available in: Unified diff