Slides 2000.
[libguestfs-talks.git] / 2021-pipelines / 2200-boot-over-ssh.html
diff --git a/2021-pipelines/2200-boot-over-ssh.html b/2021-pipelines/2200-boot-over-ssh.html
new file mode 100644 (file)
index 0000000..f0f7844
--- /dev/null
@@ -0,0 +1,18 @@
+<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>Booting over SSH</h1>
+
+<pre>
+┌───────────────┐  ssh
+│ fedora-33.img │───────▶ qemu
+└───────────────┘
+ remote server
+</pre>
+
+<br/><br/>
+
+<pre>
+qemu -drive file=<b>ssh://remote/path/to/fedora-33.img</b> ...
+</pre>