Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP1
cobbler
cobbler-2.4.2-reprovision-rhel-on-suse-bnc88348...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File cobbler-2.4.2-reprovision-rhel-on-suse-bnc883487.patch of Package cobbler
Index: cobbler-2.8.2/koan/app.py =================================================================== --- cobbler-2.8.2.orig/koan/app.py +++ cobbler-2.8.2/koan/app.py @@ -989,7 +989,7 @@ class Koan: (make, version) = utils.os_release() - if (make == "centos" and version < 7) or (make == "redhat" and version < 7) or (make == "fedora" and version < 10): + if (make == "centos" and version < 7) or (make == "redhat" and version < 7) or (make == "fedora" and version < 10) or (make == "suse"): # embed the initrd in the kickstart file because of libdhcp and/or pump # needing the help due to some DHCP timeout potential in some certain @@ -1091,7 +1091,7 @@ class Koan: kickstart = self.safe_load(profile_data,'kickstart') - if (make == "centos" and version < 7) or (make == "redhat" and version < 7) or (make == "fedora" and version < 10): + if (make == "centos" and version < 7) or (make == "redhat" and version < 7) or (make == "fedora" and version < 10) or (make == "suse"): # embed the initrd in the kickstart file because of libdhcp and/or pump # needing the help due to some DHCP timeout potential in some certain
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor