Use "Javascript include" for filters.
[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-delay").classList.add("highlighted")
15
16 filters("3")
17
18 document.getElementById("filter3-partition").classList.add("highlighted")
19
20 plugins()
21
22 document.getElementById("plugin-file").classList.add("highlighted")
23 </script>
24
25 <pre
26 style="position: absolute;
27        top: 80px;
28        left: 850px;"
29 >nbdkit --filter=cow \</pre>
30 <pre
31 style="position: absolute;
32        top: 280px;
33        left: 850px;"
34 >       --filter=delay \</pre>
35 <pre
36 style="position: absolute;
37        top: 480px;
38        left: 850px;"
39 >       --filter=partition \</pre>
40 <pre
41 style="position: absolute;
42        top: 680px;
43        left: 850px;"
44 >       file disk.img \<br/>
45        partition=1 \<br/>
46        rdelay=20ms</pre>