[Libguestfs] [PATCH v6 0/1] v2v bootloaders and augeas

Pavel Butsykin pbutsykin at virtuozzo.com
Fri Apr 28 16:58:41 UTC 2017



On 28.04.2017 17:46, Pino Toscano wrote:
> On Wednesday, 19 April 2017 15:58:56 CEST Pavel Butsykin wrote:
>> I dare to raise an old topic :) It seemed to me that this patch already applied,
>> but recently discovered that it is not.
>>
>> As far as I understand we can't do a strict requirement to use Augeas >= 1.7.0.
>> But initially, the patch solves another problem. If we still can't do a hard
>> requirement for Augeas, let's use workaround proposed by Pino:
>>    let () =
>>      (* Apply the "grub" lens if it is not handling the file
>>       * already -- Augeas < 1.7.0 will error out otherwise.
>>       *)
>>      if g#aug_ls ("/files" ^ grub_config) = [||] then
>>        g#aug_transform "grub" grub_config in
>>
>> As a temporary solution looks fine.
>
> Better this solution than raising the Augeas requirements, for now.
>

Rich, What about workaround?




More information about the Libguestfs mailing list