Displaying 6 results from an estimated 6 matches for "l381".
Did you mean:
381
2023 Mar 09
2
[V2V PATCH 1/1] convert_windows: add firstboot script to install drivers with pnputil
...45942/mlcustomize/firstboot.ml#L276
>
> Right, but apart from having the log common for all firstboot scripts,
> some of them also utilise separate log files in scripts-done directory,
> e.g.:
>
> https://github.com/libguestfs/virt-v2v/blob/cb792fef27f/convert/convert_windows.ml#L381
> https://github.com/libguestfs/virt-v2v/blob/cb792fef27f/convert/convert_windows.ml#L168
>
> So I did the same considering that pnputil's output is relatively long.
I think I'd probably get rid of those other scripts too. It's helpful
to have everything go to one place. I&...
2023 Mar 09
1
[V2V PATCH 1/1] convert_windows: add firstboot script to install drivers with pnputil
...91a25b3fd625eb1ff1fbd8dc9fedf245942/mlcustomize/firstboot.ml#L276
Right, but apart from having the log common for all firstboot scripts,
some of them also utilise separate log files in scripts-done directory,
e.g.:
https://github.com/libguestfs/virt-v2v/blob/cb792fef27f/convert/convert_windows.ml#L381
https://github.com/libguestfs/virt-v2v/blob/cb792fef27f/convert/convert_windows.ml#L168
So I did the same considering that pnputil's output is relatively long.
All in all, if there're no other concerns, can we give this script a go?
>
> Rich.
>
2023 Mar 13
1
[V2V PATCH 1/1] convert_windows: add firstboot script to install drivers with pnputil
...tboot.ml#L276
>>
>> Right, but apart from having the log common for all firstboot scripts,
>> some of them also utilise separate log files in scripts-done directory,
>> e.g.:
>>
>> https://github.com/libguestfs/virt-v2v/blob/cb792fef27f/convert/convert_windows.ml#L381
>> https://github.com/libguestfs/virt-v2v/blob/cb792fef27f/convert/convert_windows.ml#L168
>>
>> So I did the same considering that pnputil's output is relatively long.
>
> I think I'd probably get rid of those other scripts too. It's helpful
> to have every...
2023 Mar 13
1
[V2V PATCH 1/1] convert_windows: add firstboot script to install drivers with pnputil
...t;
>>> Right, but apart from having the log common for all firstboot scripts,
>>> some of them also utilise separate log files in scripts-done directory,
>>> e.g.:
>>>
>>> https://github.com/libguestfs/virt-v2v/blob/cb792fef27f/convert/convert_windows.ml#L381
>>> https://github.com/libguestfs/virt-v2v/blob/cb792fef27f/convert/convert_windows.ml#L168
>>>
>>> So I did the same considering that pnputil's output is relatively long.
>>
>> I think I'd probably get rid of those other scripts too. It's helpful...
2019 Aug 24
0
Fwd: Document colon equals `:=` operator ?
...a central component of tidy evaluation.
?data.table::`:=` and ?rlang::`:=` describe how to use the operator in the
context of the package but don't refer to its undocumented status.
Some relevant chunks of source code :
*
https://github.com/wch/r-source/blob/tags/R-3-6-1/src/main/gram.y#L379-L381
*
https://github.com/wch/r-source/blob/tags/R-3-6-1/src/main/gram.y#L2999-L3002
Now for the questions :
Some R users worry that the use of `:=` is not safe, as it is
undocumented. It would be good to be able for package authors to reassure
their users that the package won't break because R C...
2023 Mar 08
1
[V2V PATCH 1/1] convert_windows: add firstboot script to install drivers with pnputil
On Wed, Mar 08, 2023 at 08:05:35PM +0200, Andrey Drobyshev wrote:
> During conversion we copy the necessary drivers to the directory
> "%systemroot%\Drivers\Virtio", adding it to the DevicePath registry
> value. As documented in [1], this should be enough for Windows to find
> device drivers and successfully install them.
>
> However, it doesn't always happen.