This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
creating_comps.dita
54 lines (54 loc) · 1.62 KB
/
creating_comps.dita
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8"?>
<!--This work by Eucalyptus Systems is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License. See the accompanying LICENSE file for more information.-->
<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
<concept id="creating_comps">
<title>Creating Image Components</title>
<shortdesc></shortdesc>
<conbody>
<p>To create image components, choose which hypervisor you will use, which OS you want the
image to be, and then follow the directions for that choice.</p>
<table>
<tgroup cols="3">
<thead>
<row>
<entry>Hypervisor</entry>
<entry>OS</entry>
<entry>Directions</entry>
</row>
</thead>
<tbody>
<row>
<entry>Xen</entry>
<entry>Linux</entry>
<entry>See <xref href="create_comps_xen_lin.dita"/></entry>
</row>
<row>
<entry>Xen</entry>
<entry>Windows</entry>
<entry>See <xref href="create_comps_xen_win.dita"/></entry>
</row>
<row>
<entry>KVM</entry>
<entry>Linux</entry>
<entry>See <xref href="create_comps_kvm_lin.dita"/></entry>
</row>
<row>
<entry>KVM</entry>
<entry>Windows</entry>
<entry>See <xref href="create_comps_kvm_win.dita"/></entry>
</row>
<row>
<entry>VMware</entry>
<entry>Linux</entry>
<entry>See <xref href="create_comps_vmware_lin.dita"/></entry>
</row>
<row>
<entry>VMware</entry>
<entry>Windows</entry>
<entry>See <xref href="create_comps_vmware_win.dita"/></entry>
</row>
</tbody>
</tgroup>
</table>
</conbody>
</concept>