/[vz-tools]/trunk/vz-tools.conf
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/vz-tools.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 45 - (show annotations)
Wed Mar 12 00:43:49 2008 UTC (16 years, 1 month ago) by dpavlin
File size: 331 byte(s)
initial support for command line options, for now
--dist --arh --mirror and --split
1 # this configuration file provides defaults for vz-tools operations
2
3 # default debian distribution
4 $dist = 'etch';
5
6 # debian mirror to use
7 $debian_mirror_uri = 'http://debian.carnet.hr/debian';
8
9 # split physicial machine in how meny virtual ones?
10 $split = 4;
11
12 # swap size (Mb)
13 $swap_size = 512;
14
15 # diskspace
16 $diskspace = '2G:4G';
17

  ViewVC Help
Powered by ViewVC 1.1.26