Swap slides about qemu-nbd in imageio and rhv to kubevirt.
[libguestfs-talks.git] / 2013-centos-dojo / 7000-libguestfs.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>Some things you can do with libguestfs ...</h1>
6
7 <div id="twocolumns">
8 <ul>
9 <li> differences between guests
10 <li> sysprep
11 <li> add users, change passwords
12 <li> security audits
13 <li> resize disk images
14 <li> creating templates &amp; clone
15 <li> sparsify
16 <li> monitor
17 <li> dump filesystem contents (eg to tar)
18 <li> injecting files
19 <li> edit single files
20 <li> what's in a disk image?
21 <li> run stuff at next boot
22 <li> edit Windows registry
23 <li> edit Linux configuration
24 <li> multiple language bindings
25 <li> see: <a href="http://libguestfs.org/guestfs-recipes.1.html">guestfs-recipes(1)</a>
26 </ul>
27 </div>