search for: l276

Displaying 8 results from an estimated 8 matches for "l276".

Did you mean: 276
2023 Mar 08
1
[V2V PATCH 1/1] convert_windows: add firstboot script to install drivers with pnputil
...logging, so I don't believe writing to a separate log file is needed here. All the output from all firstboot scripts should go to C:\Program Files\Guestfs\Firstboot\log.txt: https://github.com/libguestfs/libguestfs-common/blob/7acf991a25b3fd625eb1ff1fbd8dc9fedf245942/mlcustomize/firstboot.ml#L276 Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://libguestfs.org
2023 Mar 09
2
[V2V PATCH 1/1] convert_windows: add firstboot script to install drivers with pnputil
...to a separate log file is needed here. All the output from > > all firstboot scripts should go to > > C:\Program Files\Guestfs\Firstboot\log.txt: > > > > https://github.com/libguestfs/libguestfs-common/blob/7acf991a25b3fd625eb1ff1fbd8dc9fedf245942/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/libgue...
2023 Mar 09
1
[V2V PATCH 1/1] convert_windows: add firstboot script to install drivers with pnputil
...believe > writing to a separate log file is needed here. All the output from > all firstboot scripts should go to > C:\Program Files\Guestfs\Firstboot\log.txt: > > https://github.com/libguestfs/libguestfs-common/blob/7acf991a25b3fd625eb1ff1fbd8dc9fedf245942/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/conv...
2023 Mar 13
1
[V2V PATCH 1/1] convert_windows: add firstboot script to install drivers with pnputil
...ate log file is needed here. All the output from >>> all firstboot scripts should go to >>> C:\Program Files\Guestfs\Firstboot\log.txt: >>> >>> https://github.com/libguestfs/libguestfs-common/blob/7acf991a25b3fd625eb1ff1fbd8dc9fedf245942/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 >>...
2023 Mar 13
1
[V2V PATCH 1/1] convert_windows: add firstboot script to install drivers with pnputil
...needed here. All the output from >>>> all firstboot scripts should go to >>>> C:\Program Files\Guestfs\Firstboot\log.txt: >>>> >>>> https://github.com/libguestfs/libguestfs-common/blob/7acf991a25b3fd625eb1ff1fbd8dc9fedf245942/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_...
2020 Mar 14
0
Re: Use libguestfs with SAS URI of a disk image
...t to look at what we do in virt-v2v, where we have almost exactly the same scenario and we use nbdkit to proxy the connection: https://github.com/libguestfs/virt-v2v/blob/master/v2v/nbdkit.ml https://github.com/libguestfs/virt-v2v/blob/f8e4e8643f105bc2abeb6b80b17a0ded3b636b7c/v2v/nbdkit_sources.ml#L276 Also at: http://libguestfs.org/nbdkit.1.html http://libguestfs.org/nbdkit-captive.1.html http://libguestfs.org/nbdkit-curl-plugin.1.html http://libguestfs.org/nbdkit-cache-filter.1.html Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming a...
2023 Mar 08
1
[V2V PATCH 1/1] convert_windows: add firstboot script to install drivers with pnputil
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. Commit 73e009c04 ("v2v: windows: Document use of pnputil to install drivers.") describes
2018 Apr 06
1
[nbdkit PATCH] python: Let zero's may_trim parameter be optional
...The introspection framework here will also make it easy to probe for future flag additions. Signed-off-by: Eric Blake <eblake@redhat.com> --- At least the plugin for rhv-upload [1] used the right naming: [1] https://github.com/libguestfs/libguestfs/blob/53b31df7c/v2v/rhv-upload-plugin.py#L276 plugins/python/nbdkit-python-plugin.pod | 35 +++++++++++---- plugins/python/python.c | 80 +++++++++++++++++++++++++++++++-- plugins/python/example.py | 2 +- tests/test.py | 2 +- 4 files changed, 105 insertions(+), 14 deletions(-) diff...