Makefile | 2 +- imgcreate/live.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 3ee2882bbe82842a4d6afc63ec3a5ea77c5f9d1d Author: Brian C. Lane bcl@redhat.com Date: Wed Oct 26 06:18:25 2011 -0700
Version 16.8
diff --git a/Makefile b/Makefile index 477d7c4..c4a49e9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@
-VERSION = 16.7 +VERSION = 16.8
INSTALL = /usr/bin/install -c INSTALL_PROGRAM = ${INSTALL}
commit 3f5b0c7934d685e16b2e9721cbfdb1392bab9e86 Author: Brian C. Lane bcl@redhat.com Date: Wed Oct 26 06:17:52 2011 -0700
Correct patch (#748344)
diff --git a/imgcreate/live.py b/imgcreate/live.py index 2edd877..11e8c57 100755 --- a/imgcreate/live.py +++ b/imgcreate/live.py @@ -700,7 +700,7 @@ hiddenmenu checkisomd5 = self._has_checkisomd5()
# tell dracut not to ask for LUKS passwords or activate mdraid sets - if self.isDracut: + if self._isDracut: kern_opts = kernel_options + " rd.luks=0 rd.md=0 rd.dm=0" else: kern_opts = kernel_options