Revision 6efb24fb snf-image-host/defaults

b/snf-image-host/defaults
20 20
# HELPER_DIR="/var/lib/snf-image/helper/"
21 21

  
22 22
# HELPER_IMG: Path to the helper VM image
23
# HELPER_IMG="$(HELPER_DIR)/image"
23
# HELPER_IMG="${HELPER_DIR}/image"
24 24

  
25 25
# HELPER_KERNEL: Path to the helper VM kernel
26
# HELPER_KERNEL="$(HELPER_DIR)/kernel"
26
# HELPER_KERNEL="${HELPER_DIR}/kernel"
27 27

  
28 28
# HELPER_INITRD: Path to the helper VM initial ramdisk
29
# HELPER_INITRD="$(HELPER_DIR)/initrd"
29
# HELPER_INITRD="${HELPER_DIR}/initrd"
30 30

  
31 31
# HELPER_PKG: Path to the snf-image-helper package
32
# HELPER_PKG="$(HELPER_DIR)/snf-image-helper.deb"
32
# HELPER_PKG="${HELPER_DIR}/snf-image-helper.deb"
33 33

  
34 34
# HELPER_TIMOUT: Soft and hard timeout limits for helper instance.
35 35
# The helper instance will be terminated after a given time if it hasn't exited
......
47 47

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

  
52 52
# HELPER_EXTRA_PKGS: Extra packages that will need to be supplied
53 53
# to debootstrap to make the resulting helper image workable

Also available in: Unified diff