~ubuntu-branches/ubuntu/lucid/testdrive/lucid

« back to all changes in this revision

Viewing changes to testdriverc

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland
  • Date: 2009-11-17 15:29:50 UTC
  • Revision ID: james.westby@ubuntu.com-20091117152950-uf7h6qapb53up75l
Tags: upstream-1.13
ImportĀ upstreamĀ versionĀ 1.13

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This is the global configuration file for the testdrive(1) utility.
 
2
 
 
3
# CACHE is the directory to cache the ISOs and disk images
 
4
# Default: $HOME/.cache/testdrive
 
5
#CACHE=$HOME/.cache/testdrive
 
6
 
 
7
# ISO_URL is the complete path to the ISO
 
8
# Default: $PROTO://$MIRROR/$DIR/$CODENAME-$TYPE-$ARCH.iso
 
9
#ISO_URL=http://cdimage.ubuntu.com/ubuntu-netbook-remix/daily-live/current/lucid-netbook-remix-i386.iso
 
10
#ISO_URL=rsync://cdimage.ubuntu.com/cdimage/ubuntu-server/daily/current/lucid-server-amd64.iso
 
11
#ISO_URL=ftp://mirrors.kernel.org/ubuntu-releases/lucid/ubuntu-9.10-desktop-amd64.iso
 
12
 
 
13
# VIRT is the type of hypervisor to use
 
14
# VIRT can be either 'kvm' or 'virtualbox'
 
15
#VIRT=kvm
 
16
#VIRT=virtualbox
 
17
 
 
18
# MEM is the amount of memory in MB to give to the VM guest
 
19
# Default: 512
 
20
#MEM=384
 
21
#MEM=512
 
22
#MEM=1024
 
23
 
 
24
# DISK_FILE is the full path to the disk image
 
25
# Default: $CACHE/$ISO.img
 
26
#DISK_FILE=$HOME/.cache/foo.img
 
27
 
 
28
# DISK_SIZE is the size of the disk image
 
29
# Note that this will be a sparse, qcow2 file, so it should not actually
 
30
# take that much space on the filesystem.
 
31
# Default: 6G
 
32
#DISK_SIZE=4G
 
33
#DISK_SIZE=6G
 
34
#DISK_SIZE=10G
 
35
 
 
36
# KVM_ARGS is a string of arbitrary KVM_ARGS to use when launching the VM
 
37
# Default: "-usb -usbdevice tablet -net nic,model=virtio -net user -soundhw es1370"
 
38
# See kvm(1) for a comprehensive list of arguments
 
39
#KVM_ARGS="-usb -usbdevice tablet -net nic,model=virtio -net user -soundhw es1370"