[Fedora-livecd-list] [PATCH] Disable iswmd on live images for now

Jesse Keating jkeating at redhat.com
Sun Nov 8 21:03:12 UTC 2009


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




More information about the Fedora-livecd-list mailing list