70 lines
1.2 KiB
Plaintext
70 lines
1.2 KiB
Plaintext
#
|
|
# [ /etc/xen-tools/xen-tools.conf | ~/.xen-tools.conf ]
|
|
#
|
|
#
|
|
# Global configuration file for the various Xen-tools.
|
|
#
|
|
# Values may be set here so they don't need to be used upon the
|
|
# command line.
|
|
#
|
|
# e.g. --hostname=bob becomes 'hostname = bob'.
|
|
# --fs=ext3 becomes 'fs = ext3'.
|
|
#
|
|
#
|
|
# $Id: xen-tools.conf,v 1.9 2005-12-22 23:38:05 steve Exp $
|
|
#
|
|
|
|
|
|
##
|
|
#
|
|
# Output directory. Images are stored beneath this directory, one
|
|
# subdirectory per hostname.
|
|
#
|
|
##
|
|
dir = /home/xen
|
|
|
|
|
|
##
|
|
# Disk and Sizing options.
|
|
##
|
|
|
|
size = 2Gb # Disk image size.
|
|
memory = 128Mb # Memory size
|
|
swap = 128Mb # Swap size
|
|
filesystem = ext3 # use EXT3 filesystems
|
|
dist = sarge # Default distribution to install.
|
|
|
|
#
|
|
# Default kernel for the virtual servers
|
|
#
|
|
kernel = /boot/vmlinuz-2.6.12-xen
|
|
|
|
#
|
|
# Default mirror for debootstrap
|
|
#
|
|
mirror = http://ftp.us.debian.org/debian/
|
|
|
|
|
|
##
|
|
# Static addressing.
|
|
##
|
|
|
|
#
|
|
# Static options, uncomment if you wish to use a static address
|
|
# via the --ip flag.
|
|
#
|
|
# gateway = 192.168.1.1
|
|
# netmask = 255.255.255.0
|
|
#
|
|
# [Adjust the ranges to match your network setup.]
|
|
|
|
|
|
|
|
##
|
|
# Dynamic addressing.
|
|
##
|
|
|
|
# Uncomment if you wish the images to use DHCP
|
|
# dhcp = 1
|
|
|