summaryrefslogtreecommitdiffstats
path: root/booty
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2009-09-13 13:31:36 +0200
committerHans de Goede <hdegoede@redhat.com>2009-09-15 20:28:28 +0200
commit4b57e4af2e9480bc05e584bc389561fe2be05fff (patch)
tree4ec5774df3cffe3542a96565ca072661f2a1460c /booty
parentb0743dc086ac787ea53376e0ac6e7d060b67a345 (diff)
downloadanaconda-4b57e4af2e9480bc05e584bc389561fe2be05fff.tar.gz
anaconda-4b57e4af2e9480bc05e584bc389561fe2be05fff.tar.xz
anaconda-4b57e4af2e9480bc05e584bc389561fe2be05fff.zip
Make iswmd the default
Now that we've moved to dracut for the initrd in rawhide, which supports using mdraid for isw metadata raid sets (and uses this by default), make using mdraid for isw metadata raid sets the default.
Diffstat (limited to 'booty')
-rw-r--r--booty/bootloaderInfo.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/booty/bootloaderInfo.py b/booty/bootloaderInfo.py
index d41f6a540..cb1e16fde 100644
--- a/booty/bootloaderInfo.py
+++ b/booty/bootloaderInfo.py
@@ -147,7 +147,8 @@ class KernelArguments:
# look for kernel arguments we know should be preserved and add them
ourargs = ["speakup_synth", "apic", "noapic", "apm", "ide", "noht",
- "acpi", "video", "pci", "nodmraid", "nompath", "nomodeset"]
+ "acpi", "video", "pci", "nodmraid", "nompath", "nomodeset",
+ "noiswmd"]
for arg in ourargs:
if not flags.cmdline.has_key(arg):
continue