Further fixes to final slide.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 29 Jan 2019 14:51:17 +0000 (14:51 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 29 Jan 2019 14:51:17 +0000 (14:51 +0000)
2019-fosdem/9000-final.html
2019-fosdem/style.css

index dfab933..2bee4fb 100644 (file)
@@ -5,21 +5,22 @@
 <h1>In summary</h1>
 
 <ul>
-<li> Loop mounts &mdash; don't do much.
+<li> Loop mounts &mdash; limited to files.
 <li> Loop mounts with NBD and nbdkit &mdash; infinitely flexible.
 <li> Lots of plugins, or write your own.
 <li> Filesystem development and testing.
 <li> Bridge between proprietary disk storage/hypervisors, and
 the free world.
+<li> <span class="warning">⚠</span> Dangerous with untrusted disks &mdash; use libguestfs instead.
 </ul>
 
 <h2>Get it</h2>
 
 <ul>
-<li> nbdkit &ge; 1.8.1 now available in all major Linux distros.
+<li> nbdkit &ge; 1.8.1 available in major Linux distros.
+<li> nbd client &ge; 3.18 and kernel &ge; 4.18 recommended.
 <li> FreeBSD, OpenBSD, Haiku also supported as a server <small>(but
 those don't have kernel loop clients)</small>.
-<li> nbd client &ge; 3.18 and kernel &ge; 4.18 recommended.
 <li> <a href="https://github.com/libguestfs/nbdkit">https://github.com/libguestfs/nbdkit</a>
 <li> This talk: <a href="http://git.annexia.org/?p=libguestfs-talks.git">http://git.annexia.org/?p=libguestfs-talks.git</a>
 <li> Presentation software: Tech Talk PSE 1.2
index 9c6a9da..35588a8 100644 (file)
@@ -235,3 +235,9 @@ div.all-center img {
                  8px -4px 0 rgb(255,128,128),
                  -8px -4px 0 rgb(255,128,128);
 }
+
+/* Warning symbol. */
+span.warning {
+    background-color: yellow;
+    font-weight: bold;
+}