Displaying 2 results from an estimated 2 matches for "fedoran".
Did you mean:
fedora
2019 Jan 29
2
Re: [PATCH 2/2] v2v: allow alternative directories for distributions
...+ | 7 -> ["el7"]
> + | _ -> [])
> + @ ["rhel"])
> + | "sles" | "suse-based" | "opensuse" -> Some [
> + (sprintf "fedora%d" inspect.i_major_version); "suse"; "lp151"]
"fedoraN" for SUSE?
> | _ -> None in
>
> match os with
The code continues as:
match os with
| None ->
warning (f_"don't know how to install guest tools on %s-%d")
inspect.i_distro inspect.i_major_version
You need to extend it so "Some []...
2019 Jan 26
6
[PATCH 0/2] allow alternative guest tools directories for distributions
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
v2v: allow alternative directories for distributions
v2v/windows_virtio.ml | 67