[Fedora-livecd-list] Branch 'rhel6-branch' - imgcreate/live.py

Brian C. Lane bcl at fedoraproject.org
Fri May 24 19:04:03 UTC 2013


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

New commits:
commit 1c7cc7edd3bbc77ad57ca2cea32d4a3d6870722e
Author: Brian C. Lane <bcl at redhat.com>
Date:   Fri May 24 12:03:55 2013 -0700

    Add dmsquash-live module to dracut (#957892)

diff --git a/imgcreate/live.py b/imgcreate/live.py
index 783d1db..8dc79ad 100644
--- a/imgcreate/live.py
+++ b/imgcreate/live.py
@@ -267,6 +267,7 @@ class LiveImageCreatorBase(LoopImageCreator):
         f = open(path, "a")
         f.write('filesystems+="' + self.__extra_filesystems() + ' "\n')
         f.write('drivers+="' + self.__extra_drivers() + ' "\n')
+        f.write('add_dracutmodules+=" dmsquash-live "')
         f.close()
 
     def __create_iso(self, isodir):




More information about the livecd mailing list