Statistics
| Branch: | Revision:

root / defaults @ 3a58e5d7

History | View | Annotate | Download (1 kB)

1
# ganeti-instance-image defaults file
2

    
3
# CDINSTALL: Only setup disks for a cd based install
4
# Just setup the disks so that you can boot a machine up on a cd to create a
5
# new image
6
# CDINSTALL="no"
7

    
8
# SWAP: Create a swap partition
9
# SWAP=yes
10

    
11
# IMAGE_NAME: Name of the image to use
12
# Generally you use the name of the image with the version of the OS included.
13
# Examples include:
14
#   centos-5.4 debian-4.0 fedora-12
15
# IMAGE_NAME=""
16

    
17
# IMAGE_TYPE: Either qemu disk images, tarball, or dump based images.
18
# Use either qemu, tarball, dump (default is qemu)
19
# IMAGE_TYPE="qemu"
20

    
21
# IMAGE_DIR: directory location for disk images
22
# ( default is @localstatedir@/cache/ganeti-instance-image )
23
# IMAGE_DIR=""
24

    
25
# ARCH: Define the ARCH of the image to use
26
# Use either x86 or x86_64
27
# ARCH=""
28

    
29
# CUSTOMIZE_DIR: a directory containing scripts to customize the installation.
30
# The scripts are executed using run-parts
31
# By default /etc/ganeti/instance-image.d
32
# CUSTOMIZE_DIR="/etc/ganeti/instance-image.d"
33

    
34
# IMAGE_DEBUG: turn on debugging output for the scripts
35
# IMAGE_DEBUG=0