Use div class=allcenter around all images.
[libguestfs-talks.git] / 2019-fosdem / 1000-introduction.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 <div id="titlepage">
6   <p class="title">
7     Better loop mounts with NBD <br/>
8     <small>Take your loop mounts to the next level with nbdkit</small>
9   </p>
10
11   <p class="author">
12       Richard W.M. Jones <small>(rjones @ redhat.com)</small> <br/>
13       <small>11am, Saturday 2nd February 2019</small>
14   </p>
15
16   <p class="abstract">
17     <b>Loop devices</b> let you turn a raw file into a device.
18     <b>Loop mounts</b> let you mount filesystems from a raw file.
19     <b>Network Block Device</b> with the <b>nbdkit</b> server takes
20     this concept to the next level, elegantly solving simple problems
21     like how to mount filesystems from a compressed file, but as we
22     shall see in this talk offering far, far more ...
23   </p>
24 </div>