Blame SOURCES/0008-dump-Add-another-example-to-the-manual.patch

64392a
From 5d21b00dbdd1e1a04317bf16afb8f4d2ceaa470f Mon Sep 17 00:00:00 2001
64392a
From: "Richard W.M. Jones" <rjones@redhat.com>
64392a
Date: Sat, 2 Jul 2022 17:12:46 +0100
64392a
Subject: [PATCH] dump: Add another example to the manual
64392a
64392a
(cherry picked from commit be3768b077c9542aba34eb821016c36f31d234af)
64392a
---
64392a
 dump/nbddump.pod | 5 +++++
64392a
 1 file changed, 5 insertions(+)
64392a
64392a
diff --git a/dump/nbddump.pod b/dump/nbddump.pod
64392a
index 5d7864d..656a965 100644
64392a
--- a/dump/nbddump.pod
64392a
+++ b/dump/nbddump.pod
64392a
@@ -57,6 +57,11 @@ For example, to dump out a qcow2 file as raw data:
64392a
 
64392a
  nbddump -- [ qemu-nbd -r -f qcow2 file.qcow2 ]
64392a
 
64392a
+To dump out an empty floppy disk created by L<nbdkit-floppy-plugin(1)>:
64392a
+
64392a
+ mkdir /var/tmp/empty
64392a
+ nbddump -- [ nbdkit floppy /var/tmp/empty ]
64392a
+
64392a
 Note that S<C<[ ... ]>> are separate parameters, and must be
64392a
 surrounded by spaces.  C<--> separates nbddump parameters from
64392a
 subprocess parameters.
64392a
-- 
64392a
2.31.1
64392a