Statistics
| Branch: | Revision:

root / defaults @ c3e07762

History | View | Annotate | Download (921 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
# 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 or tarball based images.
18
# Use either qemu or tarball (default is qemu)
19
# IMAGE_TYPE=qemu
20

    
21
# IMAGE_DIR: directory location for disk images
22
# IMAGE_DIR=""
23

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

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