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
On Sun, Nov 8, 2009 at 4:03 PM, Jesse Keating jkeating@redhat.com wrote:
This can lead to corrupt Intel raid arrays (533739)
Just stick it in the spin config. We explicitly have support for passing options so that livecd-creator doesn't have to know about every tiny little detail of how systems are buggy ;-)
- Jeremy
On Sun, 2009-11-08 at 21:47 -0500, Jeremy Katz wrote:
Just stick it in the spin config. We explicitly have support for passing options so that livecd-creator doesn't have to know about every tiny little detail of how systems are buggy ;-)
I looked, in a hurry, and didn't find an obvious place for it, so I just went with what everybody else was saying, stuff it where the other options are :/
On Sun, 2009-11-08 at 20:09 -0800, Jesse Keating wrote:
On Sun, 2009-11-08 at 21:47 -0500, Jeremy Katz wrote:
Just stick it in the spin config. We explicitly have support for passing options so that livecd-creator doesn't have to know about every tiny little detail of how systems are buggy ;-)
I looked, in a hurry, and didn't find an obvious place for it, so I just went with what everybody else was saying, stuff it where the other options are :/
N/m, I see it in the bug. So yeah, this patch can go nowhere as far as I'm concerned, we can undo the patch in the package at some point in F12's lifespan.
livecd@lists.fedoraproject.org