Revision 5484975e host/defaults

b/host/defaults
10 10
# ( default is @localstatedir@/cache/ganeti-instance-image )
11 11
# IMAGE_DIR=""
12 12

  
13
# OVERLAY: overlay of files to be copied to the instance after OS installation.
14
# This is useful for situations where you want to copy instance specific
15
# configs such as resolv.conf.
16
# OVERLAY=""
17

  
18 13
# ARCH: Define the ARCH of the image to use
19 14
# Use either x86 or x86_64
20 15
# ARCH="x86_64"
21 16

  
22
# CUSTOMIZE_DIR: a directory containing scripts to customize the installation.
23
# The scripts are executed using run-parts
24
# By default /etc/ganeti/instance-image/hooks
25
# CUSTOMIZE_DIR="/etc/ganeti/instance-image/hooks"
26

  
27 17
# IMAGE_DEBUG: turn on debugging output for the scripts
28 18
# IMAGE_DEBUG=0
29 19

  
20
# HELPER: path to the image file of the helper vm
21
# HELPER="srv/okeanos/helper.img"
22

  
30 23
# Paths for needed programs. Uncommend and change the variables below, if you
31 24
# don't want to use the default one.
32 25
# LOSETUP="losetup"

Also available in: Unified diff