Get rid of fdisk from ramdisk demo.
[libguestfs-talks.git] / 2019-fosdem / 4600-about-nbdkit-layers-command.html
index b62ef6d..7530d59 100644 (file)
@@ -11,36 +11,43 @@ document.getElementById("filter1-cow").classList.add("highlighted")
 
 filters("2")
 
-document.getElementById("filter2-delay").classList.add("highlighted")
+document.getElementById("filter2-partition").classList.add("highlighted")
 
 filters("3")
 
-document.getElementById("filter3-partition").classList.add("highlighted")
+document.getElementById("filter3-xz").classList.add("highlighted")
 
 plugins()
 
 document.getElementById("plugin-file").classList.add("highlighted")
 </script>
 
-<pre
+<style>
+pre.over {
+    color: white;
+    font-size: 28pt;
+    font-weight: bold;
+}
+</style>
+
+<pre class="outline over"
 style="position: absolute;
        top: 80px;
-       left: 850px;"
->nbdkit --filter=cow \</pre>
-<pre
+       left: 30%;"
+>nbdkit --filter=cow</pre>
+<pre class="outline over"
 style="position: absolute;
        top: 280px;
-       left: 850px;"
->       --filter=delay \</pre>
-<pre
+       left: 30%;"
+>       --filter=partition</pre>
+<pre class="outline over"
 style="position: absolute;
        top: 480px;
-       left: 850px;"
->       --filter=partition \</pre>
-<pre
+       left: 30%;"
+>       --filter=xz</pre>
+<pre class="outline over"
 style="position: absolute;
        top: 680px;
-       left: 850px;"
->       file disk.img \<br/>
-       partition=1 \<br/>
-       rdelay=20ms</pre>
+       left: 30%;"
+>       file disk.xz<br/>
+            partition=1</pre>