- Patch to disable iswmd on live images for F12 (533739)

This commit is contained in:
Jesse Keating 2009-11-08 21:07:48 +00:00
parent bec3f0e420
commit 2a90473e01
2 changed files with 32 additions and 1 deletions

View File

@ -0,0 +1,26 @@
From c7b333bcf57819d8c624445dfa2074a6004b55f4 Mon Sep 17 00:00:00 2001
From: Jesse Keating <jkeating@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

View File

@ -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@redhat.com> - 031-1.1
- Patch to disable iswmd on live images for F12 (533739)
* Tue Nov 03 2009 Warren Togami <wtogami@redhat.com> - 031-1
- livecd-iso-to-disk capable of installing installer DVD to USB