Statistics
| Branch: | Revision:

root / defaults @ fd786991

History | View | Annotate | Download (1.3 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
# SWAP_SIZE: Manually set the size of the swap partition (in MB)
12
# If left empty, it will set the size equal to the memory for the instance.
13
# Make sure you have enough disk space for the swap partition!
14
# SWAP_SIZE=""
15

    
16
# IMAGE_NAME: Name of the image to use
17
# Generally you use the name of the image with the version of the OS included.
18
# Examples include:
19
#   centos-5.4 debian-4.0 fedora-12
20
# IMAGE_NAME=""
21

    
22
# IMAGE_TYPE: Either qemu disk images, tarball, or dump based images.
23
# Use either qemu, tarball, dump (default is qemu)
24
# IMAGE_TYPE="qemu"
25

    
26
# IMAGE_DIR: directory location for disk images
27
# ( default is @localstatedir@/cache/ganeti-instance-image )
28
# IMAGE_DIR=""
29

    
30
# ARCH: Define the ARCH of the image to use
31
# Use either x86 or x86_64
32
# ARCH=""
33

    
34
# CUSTOMIZE_DIR: a directory containing scripts to customize the installation.
35
# The scripts are executed using run-parts
36
# By default /etc/ganeti/instance-image.d
37
# CUSTOMIZE_DIR="/etc/ganeti/instance-image.d"
38

    
39
# IMAGE_DEBUG: turn on debugging output for the scripts
40
# IMAGE_DEBUG=0