Slides 2000.
[libguestfs-talks.git] / 2021-pipelines / 2000-trivial-boot.html
diff --git a/2021-pipelines/2000-trivial-boot.html b/2021-pipelines/2000-trivial-boot.html
new file mode 100644 (file)
index 0000000..acb6032
--- /dev/null
@@ -0,0 +1,17 @@
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+<link rel="stylesheet" href="style.css" type="text/css"/>
+<script src="code.js" type="text/javascript"></script>
+
+<h1>Trivially booting from a local file</h1>
+
+<pre>
+┌───────────────┐
+│ fedora-33.img │───────▶ qemu
+└───────────────┘
+</pre>
+
+<br/><br/>
+
+<pre>
+qemu -drive file=<b>fedora-33.img</b> ...
+</pre>