Add floppy plugin demonstration.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 29 Jan 2019 12:10:52 +0000 (12:10 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 29 Jan 2019 12:10:52 +0000 (12:10 +0000)
2019-fosdem/6100-floppy-next [new file with mode: 0755]
2019-fosdem/6100-floppy.sh [new file with mode: 0755]

diff --git a/2019-fosdem/6100-floppy-next b/2019-fosdem/6100-floppy-next
new file mode 100755 (executable)
index 0000000..0a69fc0
--- /dev/null
@@ -0,0 +1,13 @@
+#!/bin/bash -
+
+source functions
+
+# Title.
+export title="Floppy plugin"
+
+# History.
+remember 'nbdkit floppy ~/d/nbdkit'
+remember 'sudo nbd-client -b 512 localhost /dev/nbd0'
+
+./restore
+terminal
diff --git a/2019-fosdem/6100-floppy.sh b/2019-fosdem/6100-floppy.sh
new file mode 100755 (executable)
index 0000000..55ac67a
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/bash -
+
+xfce4-terminal --disable-server \
+               -x ./6100-floppy-next