2005-12-19 16:41:14 by steve
Updated header to include .dotfile name. Updated networking options. Added default output directory.
This commit is contained in:
@@ -1,22 +1,28 @@
|
||||
#
|
||||
# /etc/xen-tools/xen-tools.conf
|
||||
#
|
||||
# Global configuration file for Xen-tools.
|
||||
# [ /etc/xen-tools/xen-tools.conf | ~/.xen-tools.conf ]
|
||||
#
|
||||
#
|
||||
# Here values may be set such that they don't need to be used upon the
|
||||
# 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'.
|
||||
# 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 $
|
||||
# $Id: xen-tools.conf,v 1.6 2005-12-19 16:41:14 steve Exp $
|
||||
#
|
||||
|
||||
|
||||
##
|
||||
# Disk and Sizing options
|
||||
# Output directory: Where images go.
|
||||
##
|
||||
dir = /home/xen
|
||||
|
||||
|
||||
##
|
||||
# Disk and Sizing options.
|
||||
##
|
||||
|
||||
size = 2Gb # Disk image size.
|
||||
@@ -27,19 +33,26 @@ filesystem = ext3 # use EXT3 filesystems
|
||||
|
||||
|
||||
##
|
||||
# Networking options
|
||||
# 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
|
||||
# network=192.168.1.0
|
||||
# gateway = 192.168.1.1
|
||||
# netmask = 255.255.255.0
|
||||
# network = 192.168.1.0
|
||||
# broadcast = 192.168.1.255
|
||||
#
|
||||
# [Adjust the ranges to match your network setup.]
|
||||
|
||||
#
|
||||
# Dynamic addressing, uncomming if you wish the image to use DHCP
|
||||
#
|
||||
|
||||
|
||||
##
|
||||
# Dynamic addressing.
|
||||
##
|
||||
|
||||
# Uncomment if you wish the images to use DHCP
|
||||
# dhcp = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user