Makefile        |    2 +-
 imgcreate/fs.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ba5710bf1cba4c60ae938eefff1f3d84aef05713
Author: Brian C. Lane <[email protected]>
Date:   Fri Dec 14 16:33:01 2012 -0800

    Version 18.14

diff --git a/Makefile b/Makefile
index 394a8fc..ab3768b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 
-VERSION = 18.13
+VERSION = 18.14
 
 INSTALL = /usr/bin/install -c
 INSTALL_PROGRAM = ${INSTALL}


commit 7adb3b214f5a01e6c7ad8233eda09a90b1304227
Author: Brian C. Lane <[email protected]>
Date:   Fri Dec 14 12:01:00 2012 -0800

    add --verifyudev to dmsetup (#885385)

diff --git a/imgcreate/fs.py b/imgcreate/fs.py
index d4558d3..bd327c1 100644
--- a/imgcreate/fs.py
+++ b/imgcreate/fs.py
@@ -559,7 +559,7 @@ class DeviceMapperSnapshot(object):
                                              self.imgloop.device,
                                              self.cowloop.device)
 
-        args = ["/sbin/dmsetup", "create", self.__name,
+        args = ["/sbin/dmsetup", "create", self.__name, "-vv", "--verifyudev",
                 "--uuid", "LIVECD-%s" % self.__name, "--table", table]
         if call(args) != 0:
             self.cowloop.cleanup()


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

Reply via email to