rpms/livecd-tools/F-12 0001-Disable-iswmd-on-live-images-for-now.patch, NONE, 1.1 livecd-tools.spec, 1.38, 1.39

Jesse Keating jkeating at fedoraproject.org
Sun Nov 8 21:07:48 UTC 2009


Author: jkeating

Update of /cvs/pkgs/rpms/livecd-tools/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12833

Modified Files:
	livecd-tools.spec 
Added Files:
	0001-Disable-iswmd-on-live-images-for-now.patch 
Log Message:
* Sun Nov 08 2009 Jesse Keating <jkeating at redhat.com> - 031-1.1
- Patch to disable iswmd on live images for F12 (533739)


0001-Disable-iswmd-on-live-images-for-now.patch:
 live.py |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- NEW FILE 0001-Disable-iswmd-on-live-images-for-now.patch ---
>From c7b333bcf57819d8c624445dfa2074a6004b55f4 Mon Sep 17 00:00:00 2001
From: Jesse Keating <jkeating at redhat.com>
Date: Sun, 8 Nov 2009 13:02:01 -0800
Subject: [PATCH] Disable iswmd on live images for now

This can lead to corrupt Intel raid arrays (533739)
---
 imgcreate/live.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/imgcreate/live.py b/imgcreate/live.py
index 78cbff7..c4d2025 100644
--- a/imgcreate/live.py
+++ b/imgcreate/live.py
@@ -465,7 +465,7 @@ menu hiddenrow 5
 
             # tell dracut not to ask for LUKS passwords or activate mdraid sets
             if isDracut:
-                kern_opts = kernel_options + " rd_NO_LUKS rd_NO_MD"
+                kern_opts = kernel_options + " rd_NO_LUKS rd_NO_MD noiswmd"
             else:
                 kern_opts = kernel_options
 
-- 
1.6.5.2



Index: livecd-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/livecd-tools/F-12/livecd-tools.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -p -r1.38 -r1.39
--- livecd-tools.spec	3 Nov 2009 18:37:07 -0000	1.38
+++ livecd-tools.spec	8 Nov 2009 21:07:48 -0000	1.39
@@ -5,7 +5,7 @@
 Summary: Tools for building live CDs
 Name: livecd-tools
 Version: 031
-Release: 1%{?dist}
+Release: 1%{?dist}.1
 License: GPLv2
 Group: System Environment/Base
 URL: http://git.fedorahosted.org/git/livecd
@@ -22,6 +22,7 @@ Requires: yaboot
 %endif
 BuildRequires: python
 BuildRequires: /usr/bin/pod2man
+Patch0: 0001-Disable-iswmd-on-live-images-for-now.patch
 
 
 %description 
@@ -51,6 +52,7 @@ like live image or appliances.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 make
@@ -81,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/imgcreate/*.pyc
 
 %changelog
+* Sun Nov 08 2009 Jesse Keating <jkeating at redhat.com> - 031-1.1
+- Patch to disable iswmd on live images for F12 (533739)
+
 * Tue Nov 03 2009 Warren Togami <wtogami at redhat.com> - 031-1
 - livecd-iso-to-disk capable of installing installer DVD to USB
 




More information about the scm-commits mailing list