/[smeserver]/rpms/anaconda/sme10/001-anaconda-koozali-product.patch
ViewVC logotype

Annotation of /rpms/anaconda/sme10/001-anaconda-koozali-product.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (hide annotations) (download)
Fri Jun 12 04:16:08 2020 UTC (4 years ago) by jpp
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
FILE REMOVED
* 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 --- anaconda-21.48.22.56/pyanaconda/bootloader.py 2020-06-10 05:26:53.428255834 +0200
2     +++ anaconda-21.48.22.56/pyanaconda/bootloader.py 2016-07-29 05:42:58.271517665 +0200
3     @@ -1411,7 +1411,7 @@
4    
5     @property
6     def stage2_format_types(self):
7     - if productName.startswith("Red Hat ") or productName.startswith("CentOS"):
8     + if productName.startswith("Red Hat ") or productName.startswith("CentOS") or productName.startswith("Koozali"):
9     return ["xfs", "ext4", "ext3", "ext2", "btrfs"]
10     else:
11     return ["ext4", "ext3", "ext2", "btrfs", "xfs"]
12     @@ -2105,7 +2105,7 @@
13    
14     @property
15     def stage2_format_types(self):
16     - if productName.startswith("Red Hat ") or productName.startswith("CentOS"):
17     + if productName.startswith("Red Hat ") or productName.startswith("CentOS") or productName.startswith("Koozali"):
18     return ["xfs", "ext4", "ext3", "ext2"]
19     else:
20     return ["ext4", "ext3", "ext2", "xfs"]
21     --- anaconda-21.48.22.56/pyanaconda/installclasses/fedora.py 2020-06-10 05:26:52.987273207 +0200
22     +++ anaconda-21.48.22.56/pyanaconda/installclasses/fedora.py 2016-07-29 05:42:59.278517374 +0200
23     @@ -25,7 +25,7 @@
24     class FedoraBaseInstallClass(BaseInstallClass):
25     name = "Fedora"
26     sortPriority = 10000
27     - if productName.startswith("Red Hat ") or productName.startswith("CentOS"):
28     + if productName.startswith("Red Hat ") or productName.startswith("CentOS") or productName.startswith("Koozali"):
29     hidden = True
30    
31     _l10n_domain = "anaconda"
32     --- anaconda-21.48.22.56/pyanaconda/packaging/yumpayload.py 2020-06-10 05:26:53.788241656 +0200
33     +++ anaconda-21.48.22.56/pyanaconda/packaging/yumpayload.py 2016-07-29 05:42:59.946517173 +0200
34     @@ -483,7 +483,7 @@
35     def mirrorEnabled(self):
36     with _yum_lock:
37     # we just skip this on CentOS since we cant support it yet
38     - if productName.startswith("CentOS"):
39     + if productName.startswith("CentOS") or productName.startswith("Koozali"):
40     return False
41     else:
42     # yum initializes with plugins disabled, and when plugins are disabled

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed