On 12/9/22 20:59, Richard W.M. Jones wrote:
On Fri, Dec 09, 2022 at 07:50:06PM +0100, Denis V. Lunev wrote:
> On 12/9/22 19:36, Andrey Drobyshev wrote:
>> This allows to detect VzLinux guest.
>>
>> Signed-off-by: Pavel Butsykin <pbutsykin(a)virtuozzo.com>
>> Signed-off-by: Andrey Drobyshev <andrey.drobyshev(a)virtuozzo.com>
>> ---
>> m4/guestfs-appliance.m4 | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/m4/guestfs-appliance.m4 b/m4/guestfs-appliance.m4
>> index 16ab3212d..3b97825c4 100644
>> --- a/m4/guestfs-appliance.m4
>> +++ b/m4/guestfs-appliance.m4
>> @@ -115,7 +115,7 @@ if test "x$ENABLE_APPLIANCE" = "xyes";
then
>> )"
>> AS_CASE([$DISTRO],
>> [FEDORA | RHEL | CENTOS | ALMALINUX | CLOUDLINUX \
>> - | ROCKY],
>> + | ROCKY | VIRTUOZZO],
>> [DISTRO=REDHAT],
>> [OPENSUSE* | SLED | SLES],[DISTRO=SUSE],
>> [ARCH | MANJARO | ARTIX],[DISTRO=ARCHLINUX],
>
> pls sent to mainstream.
Somehow I have missed the original patch. Was it sent to the
mailing list?
Yep, I did sent it to libguestfs(a)redhat.com, but somehow it didn't
appear on the mailing list. Strange indeed...
Anyway I will make this change based on the patch now, thanks!
Rich.