Revision 45 (by dpavlin, 2008/03/12 00:43:49) initial support for command line options, for now
--dist --arh --mirror and --split
# this configuration file provides defaults for vz-tools operations

# default debian distribution
$dist = 'etch';

# debian mirror to use
$debian_mirror_uri = 'http://debian.carnet.hr/debian';

# split physicial machine in how meny virtual ones?
$split = 4;

# swap size (Mb)
$swap_size = 512;

# diskspace
$diskspace = '2G:4G';