summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-05-07 21:55:30 +0000
committerMike Fulbright <msf@redhat.com>2002-05-07 21:55:30 +0000
commit7f28a8f84949d68f5dd810b80aebf1de96e781be (patch)
tree937ce3cb19e89572f197ea91c71da7e719b5f6d9 /fsset.py
parent512de231532ba2690940cfd947c0a8eaeeffe199 (diff)
downloadanaconda-7f28a8f84949d68f5dd810b80aebf1de96e781be.tar.gz
anaconda-7f28a8f84949d68f5dd810b80aebf1de96e781be.tar.xz
anaconda-7f28a8f84949d68f5dd810b80aebf1de96e781be.zip
add method to get mountpoint from fsentry
Diffstat (limited to 'fsset.py')
-rw-r--r--fsset.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/fsset.py b/fsset.py
index 4d5963055..9238f5b90 100644
--- a/fsset.py
+++ b/fsset.py
@@ -1360,6 +1360,9 @@ class FileSystemSetEntry:
def getBadblocks(self):
return self.badblocks
+
+ def getMountPoint(self):
+ return self.mountpoint
def setFormat (self, state):
if self.migrate and state: