Statistics
| Branch: | Tag: | Revision:

root / host / defaults @ 5484975e

History | View | Annotate | Download (882 Bytes)

1
# snf-image defaults file
2

    
3
# IMAGE_NAME: Name of the image to use
4
# Generally you use the name of the image with the version of the OS included.
5
# Examples include:
6
#   centos-5.4 debian-4.0 fedora-12
7
# IMAGE_NAME=""
8

    
9
# IMAGE_DIR: directory location for disk images
10
# ( default is @localstatedir@/cache/ganeti-instance-image )
11
# IMAGE_DIR=""
12

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

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

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

    
23
# Paths for needed programs. Uncommend and change the variables below, if you
24
# don't want to use the default one.
25
# LOSETUP="losetup"
26
# KPARTX="kpartx"
27
# SFDISK="sfdisk"
28
# INSTALL_MBR="install-mbr"
29
# if [ "$windows_support" = "yes" ] ; then
30
#     PROGRESS_MONITOR="snf-progress-monitor"
31
# fi