summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2009-03-03 14:15:16 -0600
committerDavid Lehman <dlehman@redhat.com>2009-03-03 14:15:16 -0600
commitb8f4081ed3df31d119dc049b7ab3498e29cdc8f9 (patch)
treecafe8647025c7bf3c61771dcf7df902ff85ffee5 /storage
parent5aeeacd9b40935b4a89b9f90947eb31ecf5d5b12 (diff)
downloadanaconda-b8f4081ed3df31d119dc049b7ab3498e29cdc8f9.tar.gz
anaconda-b8f4081ed3df31d119dc049b7ab3498e29cdc8f9.tar.xz
anaconda-b8f4081ed3df31d119dc049b7ab3498e29cdc8f9.zip
Actually return the dict we built in FSSet.mountpoints.
Diffstat (limited to 'storage')
-rw-r--r--storage/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/__init__.py b/storage/__init__.py
index 260ab8d0e..17b693fbb 100644
--- a/storage/__init__.py
+++ b/storage/__init__.py
@@ -916,6 +916,7 @@ class FSSet(object):
for device in self.devices:
if device.format.mountable and device.format.mountpoint:
filesystems[device.format.mountpoint] = device
+ return filesystems
def parseFSTab(self, chroot=""):
""" parse /etc/fstab