~ubuntu-branches/ubuntu/saucy/testdrive/saucy

« back to all changes in this revision

Viewing changes to doc/testdrive.1

  • Committer: Bazaar Package Importer
  • Author(s): Andres Rodriguez
  • Date: 2011-01-11 16:02:07 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20110111160207-ceo3zy0n7eyxdckp
Tags: 3.5-0ubuntu1
* doc/testdrive.1: Update manpage.
* bin/testdrive: Add possibility to launch UEC image with "curses" in kvm.
* Ensure that UEC images are only launched when using KVM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
testdrive [\-d] [\-f FILE] [\-l FLAVOR] [\-r RELEASE] [\-u URL] [\-v|\-\-version]
7
7
 
8
8
.SH OPTIONS
 
9
\fB\-c|\-\-curses\fP - Use KVM CURSES mode when launching a UEC image
 
10
 
9
11
\fB\-d\fP - launch usb-creator after testdriving ISO
10
12
 
11
13
\fB\-f FILE\fP - path to a configuration file to read
12
14
 
13
 
\fB\-l FLAVOR\fP - hardcode Ubuntu flavor to testdrive; can be [ubuntu|kubuntu|xubuntu|edubuntu|myhbuntu|ubuntustudio]
 
15
\fB\-l FLAVOR\fP - hardcode Ubuntu flavor to testdrive; can be [ubuntu|kubuntu|xubuntu|edubuntu|myhbuntu|ubuntustudio|uec-server]
 
16
 
 
17
\fB\-p REPOSITORY\fP - select Ubuntu repositoru; can be [cdimage|releases|uec-daily]
14
18
 
15
19
\fB\-r RELEASE\fP - hardcode Ubuntu release codename to testdrive
16
20
 
19
23
\fB\-v|\-\-version\fP - display the version and the hypervisor to be used, and exit
20
24
 
21
25
.SH DESCRIPTION
22
 
\fBtestdrive\fP is a utility that allows you to easily download the latest Ubuntu development release and run it in a KVM virtual machine.
 
26
\fBtestdrive\fP is a utility that allows you to easily download the latest Ubuntu development release or UEC image, and run it in a KVM virtual machine.
23
27
 
24
28
The global configuration file, \fI/etc/testdriverc\fP, is sourced first, followed by the user's local configuration file, \fI~/.testdriverc\fP, and xdg configuration \fI~/.config/testdrive/testdriverc\fP.
25
29
 
27
31
 
28
32
Downloaded ISO files and disk images are stored in \fI~/.cache/testdrive\fP, and may optionally be cleaned out, periodically.
29
33
 
 
34
.SH EXAMPLES
 
35
Specify repository (Defaults to Ubuntu development release):
 
36
.RS
 
37
testdrive \-p cdimage
 
38
.RE
 
39
.RS
 
40
testdrive \-p releases
 
41
.RE
 
42
.RS
 
43
testdrive \-p uec-daily
 
44
.RE
 
45
 
 
46
Specify repository and flavor (Defaults to latest Ubuntu release available):
 
47
.RS
 
48
testdrive \-p cdimage -l kubuntu
 
49
.RE
 
50
.RS
 
51
testdrive \-p releases -l kubuntu
 
52
.RE
 
53
.RS
 
54
testdrive \-p uec-daily -l uec-server
 
55
.RE
 
56
 
 
57
Launch local ISO image:
 
58
.RS
 
59
testdrive \-u /local/path/to/image.iso
 
60
.RE
 
61
 
 
62
Launch UEC local image
 
63
.RS
 
64
testdrive \-u /local/path/to/uec-image.tar.gz
 
65
.RE
 
66
 
 
67
Launch UEC local image with KVM curses
 
68
.RS
 
69
testdrive \-u /local/path/to/uec-image.tar.gz --curses
 
70
.RE
 
71
 
30
72
.SH FILES
31
73
\fI/etc/testdriverc\fP, \fI~/.testdriverc\fP, \fI~/.config/testdrive/testdriverc\fP, \fI~/.cache/testdrive\fP
32
74