search for: c4625e8f8

Displaying 2 results from an estimated 2 matches for "c4625e8f8".

2018 Feb 12
2
[PATCH] inspect: recognize the Kali Linux distribution (RHBZ#1544227)
Read the information from os-release, and make it behave like a Debian distribution (i.e. using dpkg, and apt). --- daemon/inspect_fs.ml | 2 ++ daemon/inspect_fs_unix.ml | 1 + daemon/inspect_types.ml | 2 ++ daemon/inspect_types.mli | 1 + generator/actions_inspection.ml | 4 ++++ 5 files changed, 10 insertions(+) diff --git a/daemon/inspect_fs.ml
2018 Feb 12
0
[PATCH] customize, sysprep, v2v: handle Kali Linux as Debian
...an"|"ubuntu") -> + | "linux", ("debian"|"ubuntu"|"kalilinux") -> let files = g#glob_expand "/var/log/account/pacct*" in Array.iter ( fun file -> diff --git a/v2v/convert_linux.ml b/v2v/convert_linux.ml index c4625e8f8..b273785e6 100644 --- a/v2v/convert_linux.ml +++ b/v2v/convert_linux.ml @@ -52,7 +52,7 @@ let convert (g : G.guestfs) inspect source output rcaps = | "rhel" | "centos" | "scientificlinux" | "redhat-based" | "oraclelinux" -> `RHEL_family...