Revision 3a58e5d7 defaults

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

  
8 8
# SWAP: Create a swap partition
9 9
# SWAP=yes
......
14 14
#   centos-5.4 debian-4.0 fedora-12
15 15
# IMAGE_NAME=""
16 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
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 20

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

  
24 25
# ARCH: Define the ARCH of the image to use

Also available in: Unified diff