imgcreate/live.py |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit f9b65f9618ab4e6e4f0ae874785f22224f187e3b
Author: Brian C. Lane <[email protected]>
Date:   Fri May 16 13:59:57 2014 -0700

    Add lorax ppc config files to search path
    
    ppc needs the config files from lorax. This adds the path to
    __copy_boot_files

diff --git a/imgcreate/live.py b/imgcreate/live.py
index f0d8809..1001c86 100755
--- a/imgcreate/live.py
+++ b/imgcreate/live.py
@@ -847,8 +847,9 @@ class ppcLiveImageCreator(LiveImageCreatorBase):
                LiveImageCreatorBase._get_excluded_packages(self)
 
     def __copy_boot_file(self, destdir, file):
-        for dir in ["/usr/share/ppc64-utils",
-                    "/usr/lib/anaconda-runtime/boot"]:
+        for dir in [self._instroot+"/usr/share/ppc64-utils",
+                    self._instroot+"/usr/lib/anaconda-runtime/boot",
+                    "/usr/share/lorax/config_files/ppc"]:
             path = self._instroot + dir + "/" + file
             if not os.path.exists(path):
                 continue


--
livecd mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/livecd

Reply via email to