Add RAID viewer.
[libguestfs-talks.git] / 2014-fosdem / 4100-build-method.html
1 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
2 <link rel="stylesheet" href="style.css" type="text/css"/>
3 <script src="code.js" type="text/javascript"></script>
4
5 <h1>Build your own templates</h1>
6
7 <p style="text-align: center;">
8 <br/>
9 <b>virt-install</b><br/>
10 ↓<br/>
11 <b>virt-sysprep</b><br/>
12 ↓<br/>
13 <b>virt-sparsify</b><br/>
14 ↓<br/>
15 <b>xz</b><br/>
16 </p>
17
18 <style>
19 p#star {
20   font-size: 56pt;
21   color: #cccc00;
22
23   position: absolute;
24   top: 130px;
25   left: 300px;
26 }
27 </style>
28 <p id="star">★</p>