i8 changed/i8/anaconda-33.16.9.4-1.el8.inferit
Arkady L. Shane 1 year ago
parent d7b420af05
commit 2ceeba8e00
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -784,7 +784,7 @@ index 0f3e248..bc34d1d 100644
def distributionText(): def distributionText():
- return _("%(productName)s %(productVersion)s INSTALLATION") % \ - return _("%(productName)s %(productVersion)s INSTALLATION") % \
- {"productName": productName, "productVersion": productVersion} - {"productName": productName, "productVersion": productVersion}
+if productBase == "MSVSphere" and productFlavor == "Server": + if productBase == "MSVSphere" and productFlavor == "Server":
+ distro_text = _("MSVSphere %(productVersion)s Server INSTALLATION") + distro_text = _("MSVSphere %(productVersion)s Server INSTALLATION")
+ elif productBase == "MSVSphere" and productFlavor == "ARM": + elif productBase == "MSVSphere" and productFlavor == "ARM":
+ distro_text = _("MSVSphere %(productVersion)s ARM INSTALLATION") + distro_text = _("MSVSphere %(productVersion)s ARM INSTALLATION")

Loading…
Cancel
Save