Displaying 3 results from an estimated 3 matches for "e8a4ebc".
Did you mean:
e894eb2
2016 Sep 19
0
[PATCH 1/3] fish: move disk decryption helpers in own file
...)
- exit (EXIT_FAILURE);
-
- need_rescan = 1;
- }
- }
-
- if (need_rescan) {
- if (guestfs_vgscan (g) == -1)
- exit (EXIT_FAILURE);
- if (guestfs_vg_activate_all (g, 1) == -1)
- exit (EXIT_FAILURE);
- }
-}
diff --git a/fish/options.h b/fish/options.h
index 061b41f..e8a4ebc 100644
--- a/fish/options.h
+++ b/fish/options.h
@@ -111,6 +111,9 @@ struct mp {
/* in config.c */
extern void parse_config (void);
+/* in decrypt.c */
+extern void inspect_do_decrypt (guestfs_h *g);
+
/* in domain.c */
extern int add_libvirt_drives (guestfs_h *g, const char *guest);
@@ -12...
2016 Sep 26
3
[PATCH 1/3] build: remove extra libconfig linkage
Some of the C tools were building also config.c as part of the shared
sources from guestfish, and thus bringing a dependency on libconfig.
Since none of them actually read the libguestfs configuration at all,
then exclude fish/config.c from their build, and stop linking to
libconfig.
---
align/Makefile.am | 3 ---
df/Makefile.am | 3 ---
edit/Makefile.am | 3 ---
2016 Sep 19
6
[PATCH 0/3] add crypto/LUKS support in some OCaml-based tools
Hi,
this series refactors some guestfish code (not much), and exposes it
via Common_utils, so it is possible to decrypt LUKS partitions when
using virt-customize, virt-get-kernel, virt-sparsify, and virt-sysprep.
This brings them closer in features with C tools.
Most probably a couple more of other OCaml-based tools (virt-v2v to
convert encrypted guests, and virt-builder to use encrypted