2f8f4e
diff -uNr anaconda-19.31.79__orig/pyanaconda/installclasses/centos.py anaconda-19.31.79/pyanaconda/installclasses/centos.py
2f8f4e
--- anaconda-19.31.79__orig/pyanaconda/installclasses/centos.py	2014-06-30 17:13:18.111386761 +0100
2f8f4e
+++ anaconda-19.31.79/pyanaconda/installclasses/centos.py	2014-06-30 17:13:43.071386726 +0100
2f8f4e
@@ -43,7 +43,7 @@
2f8f4e
 
2f8f4e
     _l10n_domain = "comps"
2f8f4e
 
2f8f4e
-    efi_dir = "redhat"
2f8f4e
+    efi_dir = "centos"
2f8f4e
 
2f8f4e
     def configure(self, anaconda):
2f8f4e
         BaseInstallClass.configure(self, anaconda)