From 2a90473e01e0c0a3ce688b2243000bb5f9253a5d Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Sun, 8 Nov 2009 21:07:48 +0000 Subject: [PATCH] - Patch to disable iswmd on live images for F12 (533739) --- ...Disable-iswmd-on-live-images-for-now.patch | 26 +++++++++++++++++++ livecd-tools.spec | 7 ++++- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 0001-Disable-iswmd-on-live-images-for-now.patch diff --git a/0001-Disable-iswmd-on-live-images-for-now.patch b/0001-Disable-iswmd-on-live-images-for-now.patch new file mode 100644 index 0000000..0443d47 --- /dev/null +++ b/0001-Disable-iswmd-on-live-images-for-now.patch @@ -0,0 +1,26 @@ +From c7b333bcf57819d8c624445dfa2074a6004b55f4 Mon Sep 17 00:00:00 2001 +From: Jesse Keating +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 + diff --git a/livecd-tools.spec b/livecd-tools.spec index 854ab10..f48a52c 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -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 - 031-1.1 +- Patch to disable iswmd on live images for F12 (533739) + * Tue Nov 03 2009 Warren Togami - 031-1 - livecd-iso-to-disk capable of installing installer DVD to USB