summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--lvm.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a7a2bab50..373be5790 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-14 Paul Nasrat <pnasrat@redhat.com>
+
+ * lvm.py: LVM on RAID - (#141781)
+
2004-12-14 Jeremy Katz <katzj@redhat.com>
* dispatch.py (installSteps): Pass new arg to desktopchoice
diff --git a/lvm.py b/lvm.py
index 07db14f32..4dddd94dd 100644
--- a/lvm.py
+++ b/lvm.py
@@ -267,7 +267,7 @@ def writeForceConf():
# anaconda hacked lvm.conf to avoid filtering breaking things
devices {
sysfs_scan = 0
- md_component_detection = 0
+ md_component_detection = 1
}
""")