Use ova for ova-Misrosoft

This commit is contained in:
Jan Schneider 2020-12-20 11:52:28 +01:00
parent 44402ee00e
commit e292b77d5b
1 changed files with 2 additions and 0 deletions

View File

@ -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
}