|
|
@ -195,7 +195,7 @@ index bb1aa4f..dda0e79 100644
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
install ${configdir}/grub2-efi.cfg ${eficonf}
|
|
|
|
install ${configdir}/grub2-efi.cfg ${eficonf}
|
|
|
|
+ replace @FLAVOR@ '${FLAVOR}' ${eficonf}
|
|
|
|
+ replace @FLAVOR@ '${FLAVOR}' ${eficonf}
|
|
|
|
+ %if product.name == 'MSVSphere':
|
|
|
|
+ %if product.name in ("MSVSphere", "MSVSphere Server"):
|
|
|
|
+ replace @PRODUCT@ 'МСВСфера' ${eficonf}
|
|
|
|
+ replace @PRODUCT@ 'МСВСфера' ${eficonf}
|
|
|
|
+ %else:
|
|
|
|
+ %else:
|
|
|
|
replace @PRODUCT@ '${product.name}' ${eficonf}
|
|
|
|
replace @PRODUCT@ '${product.name}' ${eficonf}
|
|
|
|