Logoj0ke.net Open Build Service > Projects > virtualization > vm-install > Meta
Sign Up | Log In

Meta Configuration of Package vm-install

 
1
<package name="vm-install" project="virtualization">
2
  <title>Tool to Define a Virtual Machine and Install Its Operating System</title>
3
  <description>vm-install can define a Xen virtual machine, and cause an operating
4
system to begin installing within that virtual machine.
5
6
vm-install can be used in a variety of ways:
7
8
* It can be used interactively or non-interactively.
9
10
* It can automatically pick reasonable VM defaults for a given type
11
   of operating system.
12
13
* It can perform completely non-interactive installs, driven via XML
14
   files and/or command line parameters.
15
16
* The  supporting  Python  modules  can  be 'import'-ed into other
17
Python programs, to create VMs programmatically.
18
</description>
19
  <person userid="netmax" role="maintainer"/>
20
  <build>
21
    <disable repository="SLE_11"/>
22
    <disable repository="openSUSE_11.0"/>
23
    <disable repository="openSUSE_11.1"/>
24
  </build>
25
</package>
26