[Fedora-livecd-list] imgcreate/live.py
Brian C. Lane
bcl at fedoraproject.org
Wed Jan 18 22:49:29 UTC 2012
imgcreate/live.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b905677f4e16b160dbdd487c9470e8b64add6f65
Author: Brian C. Lane <bcl at redhat.com>
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):
More information about the livecd
mailing list