search for: 05a2b6f

Displaying 2 results from an estimated 2 matches for "05a2b6f".

2018 Oct 28
0
[PATCH nbdkit 4/4] Add floppy plugin.
...b/plugins/iso/nbdkit-iso-plugin.pod @@ -94,6 +94,7 @@ quite large. L<nbdkit(1)>, L<nbdkit-plugin(3)>, L<nbdkit-file-plugin(1)>, +L<nbdkit-floppy-plugin(1)>, L<genisoimage(1)>, L<mkisofs(1)>. diff --git a/tests/Makefile.am b/tests/Makefile.am index d0d08c6..05a2b6f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -55,6 +55,7 @@ EXTRA_DIST = \ test-dump-config.sh \ test-dump-plugin.sh \ test-dump-plugin-example4.sh \ + test-floppy.sh \ test-foreground.sh \ test-fua.sh \ test-help.sh \ @@ -336,6 +337,11 @@ test_file_block_SOURCES = test-fil...
2018 Oct 28
6
[PATCH nbdkit 0/4] Add floppy plugin.
Add nbdkit-floppy-plugin, “inspired” by qemu's VVFAT driver, but without the ability to handle writes. The implementation is pretty complete, supporting FAT32, LFNs, volume labels, timestamps, etc, and it passes both ‘make check’ and ‘make check-valgrind’. Usage is simple; to serve the current directory: $ nbdkit floppy . Then using guestfish (or any NBD client): $ guestfish --ro