source: trunk/build/vmbuilder/oforge-vm/oforge-vm.cfg @ 818

Revision 818, 1.1 KB checked in by cbalan, 3 years ago (diff)

Added experimental vmbuilder scripts.

Line 
1[DEFAULT]
2arch = i386
3part = oforge-vm/oforge-vm.partition
4components = main,restricted,universe
5execscript = oforge-vm/vmbuilder/oforge-install.sh
6tmpfs = -
7
8[vmserver]
9firstboot = oforge-vm/vmbuilder/vmserver-oforge-firstboot.sh
10templates = oforge-vm/templates/
11swapsize = 512
12user = ubuntu
13name = oforge
14pass = oforge
15mem = 256
16destdir = /var/cbalan-data/vms/oforge-vm
17
18[xen]
19firstboot = oforge-vm/vmbuilder/xen-oforge-firstboot.sh
20firstlogin = oforge-vm/vmbuilder/xen-oforge-firstlogin.sh
21destdir = /tmp/oforge-xen/
22part = oforge-vm/oforge-vm-xen.partition
23
24[ubuntu]
25mirror = http://127.0.0.1:9999/ubuntu
26suite = karmic
27flavour = virtual
28hostname = oforge-server
29addpkg = apache2, libapache2-mod-wsgi, libapache2-svn, postgresql, python-dev, python-setuptools, python-subversion, python-textile, python-configobj, python-pygments, python-django, python-django-tagging, htmldoc, python-tz, python-cjson, python-psycopg2, python-docutils, libsvn-notify-perl, librsvg2-bin, python-pydot, curl, subversion, wget, bash-completion, cron, rsync, screen, vim, htop, man, patch, busybox, unzip
Note: See TracBrowser for help on using the repository browser.