Blame SOURCES/koan-rhel7-initramfs-embedding.patch

1070a0
--- a/koan/app.py
1070a0
+++ b/koan/app.py
1070a0
@@ -727,7 +727,7 @@ class Koan:
1070a0
 
1070a0
             (make, version) = utils.os_release()
1070a0
 
1070a0
-            if (make == "centos" and version < 6) or (make == "redhat" and version < 6) or (make == "fedora" and version < 10):
1070a0
+            if (make == "centos" and version < 8) or (make == "redhat" and version < 8) or (make == "fedora" and version < 10):
1070a0
 
1070a0
                 # embed the initrd in the kickstart file because of libdhcp and/or pump
1070a0
                 # needing the help due to some DHCP timeout potential in some certain
1070a0
@@ -808,7 +808,7 @@ class Koan:
1070a0
 
1070a0
             (make, version) = utils.os_release()
1070a0
 
1070a0
-            if (make == "centos" and version < 6) or (make == "redhat" and version < 7) or (make == "fedora" and version < 10):
1070a0
+            if (make == "centos" and version < 8) or (make == "redhat" and version < 8) or (make == "fedora" and version < 10):
1070a0
 
1070a0
                 # embed the initrd in the kickstart file because of libdhcp and/or pump
1070a0
                 # needing the help due to some DHCP timeout potential in some certain
1070a0