[Libguestfs] [PATCH 0/2] allow alternative guest tools directories for distributions

2019-01-26 Thread Tomáš Golembiovský
First patch just fixes installing guest tools from directory that was broken. Second patch revamps how virt-v2v chooses from which directory install guest tools on Linux. Details in commit message. Tomáš Golembiovský (2): v2v: fix path to source when copying files from guest tools directory

[Libguestfs] [PATCH 2/2] v2v: allow alternative directories for distributions

2019-01-26 Thread Tomáš Golembiovský
Allow multiple alternative directory names for distributions (or distribution familiy) when installing Linux guest tools packages. Original naming required that there is a separate directory for every version of a distribution (e.g. fc28, fc29, ...). This is inconvenient when users want to keep

[Libguestfs] [PATCH 1/2] v2v: fix path to source when copying files from guest tools directory

2019-01-26 Thread Tomáš Golembiovský
The debug message was slightly changed too to better match the similar message for ISO case. It refers to the root directory instead of the specific subdirectory inside guest tools. Signed-off-by: Tomáš Golembiovský --- v2v/windows_virtio.ml | 6 +++--- 1 file changed, 3 insertions(+), 3