[Fedora-livecd-list] imgcreate/live.py

Brian C. Lane bcl at fedoraproject.org
Fri May 16 21:01:01 UTC 2014


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

New commits:
commit f9b65f9618ab4e6e4f0ae874785f22224f187e3b
Author: Brian C. Lane <bcl at redhat.com>
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




More information about the livecd mailing list