Revision 68d58128 snf-image-host/defaults

b/snf-image-host/defaults
20 20
# HELPER_DIR: Directory hosting the helper files
21 21
# HELPER_DIR="/var/lib/snf-image/helper/"
22 22

  
23
# HELPER_CACHE_DIR: Directory hosting the helper cache files
24
# HELPER_CACHE_DIR="/var/cache/snf-image/helper/"
25

  
26
# HELPER_IMG: Path to the helper VM image
27
# HELPER_IMG="${HELPER_DIR}/image"
28

  
29
# HELPER_KERNEL: Path to the helper VM kernel
30
# HELPER_KERNEL="${HELPER_DIR}/kernel"
31

  
32
# HELPER_INITRD: Path to the helper VM initial ramdisk
33
# HELPER_INITRD="${HELPER_DIR}/initrd"
34

  
35
# HELPER_TIMOUT: Soft and hard timeout limits for helper instance.
36
# The helper instance will be terminated after a given time if it hasn't exited
37
# by itself. A TERM signal will be send if the instance is running after
38
# a HELPER_SOFT_TIMEOUT interval. A KILL signal will be sent, if the instance
39
# is still running after a HELPER_HARD_TIMEOUT interval since the initial
40
# signal was sent. The timeout values are integer numbers with an optional
41
# suffix: `s' for seconds (the default), `m' for minutes, `h' for hours or `d'
42
# for days.
23
# HELPER_TIMOUT: Soft and hard timeout limits for helper instance. The helper
24
# instance will be terminated after a given time if it hasn't exited by itself.
25
# A TERM signal will be send if the instance is running after a
26
# HELPER_SOFT_TIMEOUT interval. A KILL signal will be sent, if the instance is
27
# still running after a HELPER_HARD_TIMEOUT interval since the initial signal
28
# was sent. The timeout values are integer numbers with an optional suffix: `s'
29
# for seconds (the default), `m' for minutes, `h' for hours or `d' for days.
43 30
# HELPER_SOFT_TIMEOUT="20"
44 31
# HELPER_HARD_TIMEOUT="5"
45 32

  
......
80 67
# SFDISK="sfdisk"
81 68
# QEMU_IMG="qemu-img"
82 69
# INSTALL_MBR="install-mbr"
83
# TIMELIMIT="timelimit"
70
# TIMEOUT="timeout"
84 71
# CURL="curl"

Also available in: Unified diff