summaryrefslogtreecommitdiffstats
path: root/partIntfHelpers.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-06-26 05:38:46 +0000
committerMike Fulbright <msf@redhat.com>2002-06-26 05:38:46 +0000
commit5e2e41f9d3ba67a43ee0ff9434f0ec753ad3d0ca (patch)
treebf3329fcd9e6c627440077728089de9c7ae0f38b /partIntfHelpers.py
parent21cfd53518790a49e4592160a124d0b0ec52c026 (diff)
downloadanaconda-5e2e41f9d3ba67a43ee0ff9434f0ec753ad3d0ca.tar.gz
anaconda-5e2e41f9d3ba67a43ee0ff9434f0ec753ad3d0ca.tar.xz
anaconda-5e2e41f9d3ba67a43ee0ff9434f0ec753ad3d0ca.zip
partially address bug 67280
Diffstat (limited to 'partIntfHelpers.py')
-rw-r--r--partIntfHelpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/partIntfHelpers.py b/partIntfHelpers.py
index aec10fe8c..71d5f548e 100644
--- a/partIntfHelpers.py
+++ b/partIntfHelpers.py
@@ -81,7 +81,7 @@ def sanityCheckMountPoint(mntpt, fstype, preexisting):
else:
if mntpt[0] != '/' or (len(mntpt) > 1 and mntpt[-1:] == '/'):
passed = 0
- elif mntpt.find(' ') > -1:
+ elif mntpt.find(' ') > -1 or mntpt.find('.') > -1:
passed = 0
if not passed: