~ben-blankley/testdrive/fix-940755

« back to all changes in this revision

Viewing changes to testdriverc

  • Committer: Dustin Kirkland
  • Date: 2013-08-27 16:23:53 UTC
  • mfrom: (424.2.8 hackfest)
  • Revision ID: kirkland@ubuntu.com-20130827162353-ydajs6ttbravumou
* Add 16gb disk size option
* Fix smaller disk sizes
* Remove all references to virtualbox 3 and virtualbox-ose
* Updated translations
* Change copyright format to debian machine readable
* Add support for 2GB RAM sizes
* Bump debhelper version up to 9

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#VIRT = parallels
25
25
 
26
26
# MEM is the amount of memory in MB to give to the VM guest
 
27
#MEM = 256
27
28
#MEM = 384
28
29
#MEM = 512
29
30
#MEM = 1024
 
31
#MEM = 2048
30
32
 
31
33
# SMP is the number of processors to give to the VM guest if
32
34
# running in KVM.
37
39
# Note that this will be a sparse, qcow2 file, so it should not actually
38
40
# take that much space on the filesystem.
39
41
# Default: 6G
 
42
#DISK_Size = 4G
40
43
DISK_SIZE = 6G
 
44
#DISK_SIZE = 8G
41
45
#DISK_SIZE = 10G
 
46
#Disk_SIZE = 16G
42
47
 
43
48
# KVM_ARGS is a string of arbitrary KVM_ARGS to use when launching the VM
44
49
# See kvm(1) for a comprehensive list of arguments