summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
Diffstat (limited to 'fsset.py')
-rw-r--r--fsset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsset.py b/fsset.py
index eba91f2f0..886830175 100644
--- a/fsset.py
+++ b/fsset.py
@@ -1329,7 +1329,7 @@ MAILADDR root
bootDev = mntDict['/boot/efi']
elif mntDict.has_key("/boot"):
bootDev = mntDict['/boot']
- else:
+ elif mntDict.has_key("/"):
bootDev = mntDict['/']
return bootDev