46 lines
799 B
Plaintext
46 lines
799 B
Plaintext
#
|
|
# /etc/xen-tools/xen-tools.conf
|
|
#
|
|
# Global configuration file for Xen-tools.
|
|
#
|
|
#
|
|
# Here values may be set such that 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.5 2005-12-18 20:38:56 steve Exp $
|
|
#
|
|
|
|
|
|
##
|
|
# Disk and Sizing options
|
|
##
|
|
|
|
size = 2Gb # Disk image size.
|
|
memory = 128Mb # Memory size
|
|
swap = 128Mb # Swap size
|
|
filesystem = ext3 # use EXT3 filesystems
|
|
|
|
|
|
|
|
##
|
|
# Networking options
|
|
##
|
|
|
|
#
|
|
# 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
|
|
# network=192.168.1.0
|
|
|
|
#
|
|
# Dynamic addressing, uncomming if you wish the image to use DHCP
|
|
#
|
|
# dhcp = 1
|
|
|