Statistics
| Branch: | Revision:

root / defaults @ b05b1ab6

History | View | Annotate | Download (877 Bytes)

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="yes"
7

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

    
14
# IMAGE_TYPE: Either qemu disk images or tarball based images.
15
# Use either qemu or tarball (default is qemu)
16
# IMAGE_TYPE=qemu
17

    
18
# IMAGE_DIR: directory location for disk images
19
# IMAGE_DIR=""
20

    
21
# ARCH: Define the ARCH of the image to use
22
# Use either x86 or x86_64
23
# ARCH=""
24

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