diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | lvm.py | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 @@ -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 } """) |