Resize some of the slides for final screen.
[libguestfs-talks.git] / 2019-fosdem / 4600-about-nbdkit-layers-command.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>nbdkit &mdash; layers</h1>
6
7 <script>
8 filters("1")
9
10 document.getElementById("filter1-cow").classList.add("highlighted")
11
12 filters("2")
13
14 document.getElementById("filter2-partition").classList.add("highlighted")
15
16 filters("3")
17
18 document.getElementById("filter3-xz").classList.add("highlighted")
19
20 plugins()
21
22 document.getElementById("plugin-file").classList.add("highlighted")
23 </script>
24
25 <style>
26 pre.over {
27     color: white;
28     font-size: 28pt;
29     font-weight: bold;
30 }
31 </style>
32
33 <pre class="outline over"
34 style="position: absolute;
35        top: 80px;
36        left: 30%;"
37 >nbdkit --filter=cow</pre>
38 <pre class="outline over"
39 style="position: absolute;
40        top: 280px;
41        left: 30%;"
42 >       --filter=partition</pre>
43 <pre class="outline over"
44 style="position: absolute;
45        top: 480px;
46        left: 30%;"
47 >       --filter=xz</pre>
48 <pre class="outline over"
49 style="position: absolute;
50        top: 680px;
51        left: 30%;"
52 >       file disk.xz<br/>
53             partition=1</pre>