Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.1 by jpp, Fri Jun 12 04:16:08 2020 UTC | Revision 1.4 by jpp, Wed Jun 9 05:53:45 2021 UTC | |
---|---|---|
# | Line 6 diff -Nur anaconda-21.48.22.158.old/pyan | Line 6 diff -Nur anaconda-21.48.22.158.old/pyan |
6 | ||
7 | class RHELBaseInstallClass(BaseInstallClass): | class RHELBaseInstallClass(BaseInstallClass): |
8 | - name = "CentOS Linux" | - name = "CentOS Linux" |
9 | + name = "Koozali SME Server 10 alpha5" | + name = "Koozali SME Server 10" |
10 | sortPriority = 20001 | sortPriority = 20001 |
11 | - if not productName.startswith("CentOS"): | - if not productName.startswith("CentOS"): |
12 | + if not productName.startswith("Koozali"): | + if not productName.startswith("Koozali"): |
|
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |