imgcreate/live.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b905677f4e16b160dbdd487c9470e8b64add6f65
Author: Brian C. Lane <[email protected]>
Date:   Wed Jan 18 14:29:20 2012 -0800

    Fix the fix for dracut modules (#766955)

diff --git a/imgcreate/live.py b/imgcreate/live.py
index e4b44d8..7eefbc3 100755
--- a/imgcreate/live.py
+++ b/imgcreate/live.py
@@ -283,7 +283,7 @@ class LiveImageCreatorBase(LoopImageCreator):
         f = open(path, "a")
         f.write('filesystems+="' + self.__extra_filesystems() + ' "\n')
         f.write('drivers+="' + self.__extra_drivers() + ' "\n')
-        f.write('dracutdrivers+="dmsquash-live "')
+        f.write('add_dracutmodules+=" dmsquash-live "')
         f.close()
 
     def __create_iso(self, isodir):


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

Reply via email to