Revision 97532278 snf-image-host/defaults

b/snf-image-host/defaults
32 32
# HELPER_PKG="$(HELPER_DIR)/snf-image-helper.deb"
33 33

  
34 34
# HELPER_TIMOUT: Soft and hard timeout limits for helper instance.
35
# Helper instance will be terminated after a given time if it hasn't exited by
36
# itself. The time to wait before killing the process is specified by those
37
# variables. When soft/hard limit expires, a SIGTERM/SIGKILL is sent.
35
# The helper instance will be terminated after a given time if it hasn't exited
36
# by itself.
37
#
38
# When HELPER_SOFT_TIMEOUT seconds have passed, a SIGTERM is sent.
39
# When HELPER_HARD_TIMEOUT seconds more have passed, a SIGKILL is sent.
38 40
# HELPER_SOFT_TIMEOUT="15"
39 41
# HELPER_HARD_TIMEOUT="5"
40 42

  
41
# HELPER_USR: For security reasons, the helper vm is not adviced to to run as
42
# root. It should drop privileges just before the guest execution starts. The
43
# user the helper vm should run as is specifies by HELPER_USR variable.
43
# HELPER_USER: For security reasons, it is recommended that the helper VM
44
# runs as an unprivileged user. KVM drops root privileges and runs as
45
# HELPER_USER imeddiately before starting execution of the helper VM.
44 46
# HELPER_USER="nobody"
45 47

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

  
50
# HELPER_EXTRA_PKGS: Extra packages that will need to be supplied to de supplied
52
# HELPER_EXTRA_PKGS: Extra packages that will need to be supplied
51 53
# to debootstrap to make the resulting helper image workable
52 54
# HELPER_EXTRA_PKGS="linux-image-amd64,e2fsprogs,ntfs-3g,ntfsprogs,xmlstarlet,python"
53 55

  

Also available in: Unified diff