~ubuntu-branches/ubuntu/hardy/ubuntu-vm-builder/hardy-proposed

« back to all changes in this revision

Viewing changes to ubuntu-vm-builder.1

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen, Soren Hansen, Nick Barcet
  • Date: 2008-04-02 11:52:35 UTC
  • Revision ID: james.westby@ubuntu.com-20080402115235-0bs22zvld88m67ly
Tags: 0.4
[ Soren Hansen ]
* FFe reference: (LP: #208161)
* Replace start-stop-daemon for a while to fix problems with daemons
  expecting to be able to listen on certaing ports, etc.
* Unmount volatile tmpfs from lrm.
* Make /opt opt-in.
* Make default rootsize 4096 (to match documentation).
* New grub installer code.
* Fix syntax error in kernel flavour check.
* Massive refactoring.
* Make more intelligent default choices based on chosen suite, architecture,
  kernel flavour, etc.
* Further quieting of the process.

[ Nick Barcet ]
* Added template support for vmware and qemu/kvm.
* Fix a bug reported by soren where loop devices could accendentally be
  overwritten.  Was also preventing concurrent runs of the script.
* Further quieting of the process.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH UBUNTU-VM-BUILDER 1 "Feb 2008"
 
1
.TH UBUNTU-VM-BUILDER 1 "Mar 2008"
2
2
.SH NAME
3
 
ubuntu-vm-builder \- build ubuntu based vm's
 
3
ubuntu-vm-builder \- build ubuntu based virtual machines
4
4
.SH SYNOPSIS
5
 
.B ubuntu-vm-builder
 
5
.B ubuntu-vm-builder <vm> <suite>
6
6
[\fIOPTIONS\fR]...
7
7
.SH DESCRIPTION
8
8
This manual page documents the
9
9
.B ubuntu-vm-builder
10
10
command.
11
11
.B ubuntu-vm-builder
12
 
is a program that builds customized virtual machines based on Ubuntu.
 
12
is a program that builds virtual machines based on Ubuntu.
13
13
.SH OPTIONS
14
14
.TP
15
15
.B NOTE!!! There are many more options than this. See ubuntu-vm-builder --help for more information
18
18
Install PKG into the guest (can be specfied multiple times)
19
19
.TP
20
20
.B \-a, \-\-arch ARCH
21
 
Specify the target architecture. Valid options: i386*, amd64 (only on amd64 hosts)
 
21
Specify the target architecture.
 
22
Valid options: i386 amd64 (amd64 only on amd64 hosts).
 
23
Defaults to the same as the running system.
22
24
.TP
23
25
.B \-d, \-\-dest
24
26
Specify the destination directory.  Default: ubuntu-vm-$SUITE-$ARCH
27
29
Set DOMAIN as the domain name of the guest. Default: The domain of the machine running this script.
28
30
.TP
29
31
.B \-h, \-\-help
30
 
This help text.
 
32
Self-explanatory.
31
33
.TP
32
34
.B \-\-hostname NAME
33
35
Set NAME as the hostname of the guest. Default: ubuntu
36
38
Assign NN megabytes of memory to the guest vm.  Default: 128
37
39
.TP
38
40
.B \-\-mirror URL
39
 
Use Ubuntu mirror at URL. Default: http://se.archive.ubuntu.com/ubuntu
 
41
Use Ubuntu mirror at URL. Default: http://archive.ubuntu.com/ubuntu
40
42
.TP
41
43
.B \-\-removepkg PKG
42
44
Remove PKG from the guest (can be specfied multiple times)
104
106
.B \-\-exec script
105
107
Run the given script file. You can use 'chroot root <cmd>' to execute code in the guest.
106
108
.TP
 
109
.B \-\-libvirt <uri>  
 
110
Add resulting VM to the libvirt hypervisor at uri.
 
111
.TP
 
112
.B \-\-templates <dir>
 
113
Specify where libvirt.tmpl and vmware.tmpl are stored. Uses script directory by default.
 
114
.TP
107
115
.B \-\-ip address
108
116
Ip address in dotted form (defaults to dhcp if not specified)
109
117
.TP