Displaying 1 result from an estimated 1 matches for "5738e4e7f".
2017 Apr 28
0
Re: [PATCH] appliance: more reliable check for the supermin appliance
...ar.gz) are necessary for the
> supermin appliance.
>
> Signed-off-by: Pavel Butsykin <pbutsykin@virtuozzo.com>
> ---
> lib/appliance.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/lib/appliance.c b/lib/appliance.c
> index f12918573..5738e4e7f 100644
> --- a/lib/appliance.c
> +++ b/lib/appliance.c
> @@ -199,7 +199,9 @@ contains_fixed_appliance (guestfs_h *g, const char *path, void *data)
> static int
> contains_supermin_appliance (guestfs_h *g, const char *path, void *data)
> {
> - return dir_contains_files (g, p...