Parent Directory | Revision Log | Revision Graph
* Wed Jun 10 2020 Jean-Philipe Pialasse <tests@pialasse.com> 21.48.22.158-2.sme - patch for product.img branding of anaconda
1 | jpp | 1.1 | diff -Nur anaconda-21.48.22.158.old/pyanaconda/installclasses/koozali.py anaconda-21.48.22.158/pyanaconda/installclasses/koozali.py |
2 | --- anaconda-21.48.22.158.old/pyanaconda/installclasses/koozali.py 2020-06-12 05:48:35.508466296 +0200 | ||
3 | +++ anaconda-21.48.22.158/pyanaconda/installclasses/koozali.py 2020-06-12 06:14:55.587338502 +0200 | ||
4 | @@ -36,9 +36,9 @@ | ||
5 | |||
6 | |||
7 | class RHELBaseInstallClass(BaseInstallClass): | ||
8 | - name = "CentOS Linux" | ||
9 | + name = "Koozali SME Server 10 alpha5" | ||
10 | sortPriority = 20001 | ||
11 | - if not productName.startswith("CentOS"): | ||
12 | + if not productName.startswith("Koozali"): | ||
13 | hidden = True | ||
14 | defaultFS = "xfs" | ||
15 |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |