search for: 470fb52

Displaying 3 results from an estimated 3 matches for "470fb52".

Did you mean: 270fb22
2017 Feb 14
0
[PATCH 10/10] dib: add squashfs output format
...1 + dib/output_format_squashfs.ml | 39 +++++++++++++++++++++++++++++++++++++++ dib/utils.ml | 1 + dib/virt-dib.pod | 6 ++++++ 4 files changed, 47 insertions(+) create mode 100644 dib/output_format_squashfs.ml diff --git a/dib/Makefile.am b/dib/Makefile.am index 470fb52..6780ee2 100644 --- a/dib/Makefile.am +++ b/dib/Makefile.am @@ -31,6 +31,7 @@ formats = \ docker \ qcow2 \ raw \ + squashfs \ tar \ tgz \ vhd diff --git a/dib/output_format_squashfs.ml b/dib/output_format_squashfs.ml new file mode 100644 index 0000000..333e711 --- /dev/null +++ b/dib/ou...
2017 Feb 14
14
[PATCH 00/10] dib/API: improvements and fixes
Hi, this patch series does changes mostly in virt-dib, few bug fixes and a couple of new features (mostly implemented upstream already). In addition, one new API is added, and a new optional argument for an existing API is added (the latter is not needed, but could be useful anyway). Thanks, Pino Toscano (10): dib: fix listing envvars in fake-sudo dib: source dib "die" script in
2017 Feb 02
7
[PATCH 0/6] dib: various improvements
Hi, this series improves virt-dib, adding some upstream changes, and refactoring the handling of output formats. Thanks, Pino Toscano (6): dib: clear up "already provided" message dib: add --checksum dib: pass custom mkfs options after the filesystem type dib: refactor output formats handling dib: clarify "output:" lines in --machine-readable documentation dib: