Re: [Libguestfs] [PATCH 3/3] OCaml tools: add crypto support (RHBZ#1362649)

2016-09-19 Thread Richard W.M. Jones
On Mon, Sep 19, 2016 at 07:12:46PM +0200, Pino Toscano wrote: > Make use of the additional command line arguments, and API needed to > decrypt LUKS partitions. > > This affects only virt-customize, virt-get-kernel, virt-sparsify, and > virt-sysprep, as they are the main OCaml tools interacting wit

[Libguestfs] [PATCH 3/3] OCaml tools: add crypto support (RHBZ#1362649)

2016-09-19 Thread Pino Toscano
Make use of the additional command line arguments, and API needed to decrypt LUKS partitions. This affects only virt-customize, virt-get-kernel, virt-sparsify, and virt-sysprep, as they are the main OCaml tools interacting with user-provided images. --- customize/customize_main.ml| 5 -