From e292b77d5bff1169208622a4c3217386781d2efe Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Sun, 20 Dec 2020 11:52:28 +0100 Subject: [PATCH] Use ova for ova-Misrosoft --- addon/lib/rmupdate.tcl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addon/lib/rmupdate.tcl b/addon/lib/rmupdate.tcl index 60f606c..eb1025d 100644 --- a/addon/lib/rmupdate.tcl +++ b/addon/lib/rmupdate.tcl @@ -1066,6 +1066,8 @@ proc ::rmupdate::get_available_firmware_downloads {} { set v [lindex $tmp [expr {[llength $tmp] - 1}]] if { $v == "ova" && $rpi_version == "ova-KVM" } { write_log 4 "Using ova package for ova-KVM: ${href}" + } elseif { $v == "ova" && $rpi_version == "ova-Microsoft" } { + write_log 4 "Using ova package for ova-Microsoft: ${href}" } elseif { $rpi_version != $v } { continue }