Skip to content

Commit

Permalink
add versioned directory for guest agent on EL8
Browse files Browse the repository at this point in the history
There was no source directory for EL8 guest agent (only EL6 and EL7).

RHBZ#1791802

Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
  • Loading branch information
nyoxi authored and ptoscano committed Feb 24, 2020
1 parent 74a69a1 commit 79dd6a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2v/windows_virtio.ml
Expand Up @@ -192,6 +192,7 @@ and install_linux_tools g inspect =
(match inspect.i_major_version with
| 6 -> Some "el6"
| 7 -> Some "el7"
| 8 -> Some "el8"
| _ -> None)
| "sles" | "suse-based" | "opensuse" -> Some "lp151"
| _ -> None in
Expand Down

0 comments on commit 79dd6a6

Please sign in to comment.