Statistics
| Branch: | Revision:

root / defaults @ fcce5224

History | View | Annotate | Download (842 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
# CUSTOMIZE_DIR: a directory containing scripts to customize the installation.
9
# The scripts are executed using run-parts
10
# By default /etc/ganeti/instance-image.d
11
# CUSTOMIZE_DIR="/etc/ganeti/instance-image.d"
12

    
13
# PARTITION_STYLE: whether and how the target device should be partitioned.
14
# Allowed values:
15
# 'none': just format the device, but don't partition it
16
# 'msdos': install an msdos partition table on the device, with a single
17
#          partition on it
18
# (more styles may be added in the future)
19
# The default is "msdos" from ganeti 2.0 onwards, but none if installing under
20
# Ganeti 1.2 (os api version 5)
21
# PARTITION_STYLE="none"