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