[Pkg-escience-soc2009] [SCM] Tool for creating VM images. branch, master, updated. d26f8f6837922c3d3b970823718877e7c76c3a78

Steffen Moeller steffen_moeller at gmx.de
Sat Jun 20 12:45:45 UTC 2009


The following commit has been merged in the master branch:
commit d26f8f6837922c3d3b970823718877e7c76c3a78
Author: Steffen Moeller <steffen_moeller at gmx.de>
Date:   Sat Jun 20 14:45:23 2009 +0200

    Introduced debian-vm-builder package.

diff --git a/debian-vm-builder.1 b/debian-vm-builder.1
index 9cd68db..484a4c0 100644
--- a/debian-vm-builder.1
+++ b/debian-vm-builder.1
@@ -1,7 +1,7 @@
-.TH DEBIAN-VM-BUILDER 1 "Jun 2009"
+.TH UBUNTU-VM-BUILDER 1 "Oct 2008"
 .SH NAME
-debian-vm-builder \- builds virtual machines from the command line
+ubuntu-vm-builder \- builds virtual machines from the command line
 .SH DESCRIPTION
-debian-vm-builder is now a wrapper to vmbuilder (part of the python-vm-builder package) and is only maintained for compatibility wih previous scripts.  Please see the vmbuilder man page for more information or run 
+ubuntu-vm-builder is now a wrapper to vmbuilder (part of the python-vm-builder package) and is only maintained for compatibility wih previous scripts.  Please see the vmbuilder man page for more information or run 
 .B vmbuilder <hypervisor> <distro> --help
 for a full list of options.
diff --git a/debian/control b/debian/control
index 3c78221..a663135 100644
--- a/debian/control
+++ b/debian/control
@@ -41,6 +41,17 @@ Description: Ubuntu VM builder
  On recent hardware with plenty of RAM, tmpdir in /dev/shm or using a tmpfs,
  and a local mirror, you can bootstrap a vm in less than a minute.
 
+Package: debian-vm-builder
+Architecture: all
+Depends: python-vm-builder
+Description: Ubuntu VM builder
+ Script which automates the process of creating a ready to use VM based on
+ Debian. You can pass command line options to add extra packages, remove
+ packages, choose which version of Debian, which mirror to use etc. 
+ .
+ On recent hardware with plenty of RAM, tmpdir in /dev/shm or using a tmpfs,
+ and a local mirror, you can bootstrap a vm in less than a minute.
+
 Package: python-vm-builder-ec2
 Architecture: all
 Depends: python-vm-builder, ec2-ami-tools, python-boto
diff --git a/debian/debian-vm-builder.install b/debian/debian-vm-builder.install
new file mode 100644
index 0000000..457f0f5
--- /dev/null
+++ b/debian/debian-vm-builder.install
@@ -0,0 +1 @@
+debian-vm-builder usr/bin
diff --git a/debian/debian-vm-builder.manpages b/debian/debian-vm-builder.manpages
new file mode 100644
index 0000000..ae8bd60
--- /dev/null
+++ b/debian/debian-vm-builder.manpages
@@ -0,0 +1 @@
+debian-vm-builder.1

-- 
Tool for creating VM images.



More information about the Pkg-escience-soc2009 mailing list