Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
cobbler.6193
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.6193
Index: cobbler-2.6.6/koan/app.py =================================================================== --- cobbler-2.6.6.orig/koan/app.py +++ cobbler-2.6.6/koan/app.py @@ -942,7 +942,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 @@ -1039,7 +1039,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