summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-01-01 15:56:56 +0000
committerMatt Wilson <msw@redhat.com>2000-01-01 15:56:56 +0000
commit59e79892c86819c504dd00c2bcd327ae0f65fce1 (patch)
tree592ba00b88e01382ae4b77783dc2090557c56fb4 /todo.py
parenteade43449acbfd7e6a97e2b5906dcac32eb734d7 (diff)
downloadanaconda-59e79892c86819c504dd00c2bcd327ae0f65fce1.tar.gz
anaconda-59e79892c86819c504dd00c2bcd327ae0f65fce1.tar.xz
anaconda-59e79892c86819c504dd00c2bcd327ae0f65fce1.zip
lilo needs to display existing raid devices as boot choice
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/todo.py b/todo.py
index ed08f4362..a86206bf9 100644
--- a/todo.py
+++ b/todo.py
@@ -389,6 +389,10 @@ class ToDo:
mountsByDev[device] = mntpoint
drives.append(device, "", 2, 0, 0)
+ for (device, mntpoint, fsystem, makeup) in self.fstab.existingRaidList():
+ mountsByDev[device] = mntpoint
+ drives.append(device, "", 2, 0, 0)
+
oldImages = {}
for dev in self.liloImages.keys():
oldImages[dev] = self.liloImages[dev]