diff options
Diffstat (limited to 'fsset.py')
-rw-r--r-- | fsset.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |