summaryrefslogtreecommitdiffstats
path: root/pyanaconda/rescue.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyanaconda/rescue.py')
-rw-r--r--pyanaconda/rescue.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/pyanaconda/rescue.py b/pyanaconda/rescue.py
index aea3c94c6..ee023a03a 100644
--- a/pyanaconda/rescue.py
+++ b/pyanaconda/rescue.py
@@ -415,12 +415,6 @@ def runRescue(anaconda):
# and /selinux too
if flags.selinux and os.path.isdir("%s/selinux" %(anaconda.rootPath,)):
- try:
- isys.mount("/selinux", "%s/selinux" %(anaconda.rootPath,),
- "selinuxfs")
- except Exception, e:
- log.error("error mounting selinuxfs: %s" %(e,))
-
# we have to catch the possible exception
# because we support read-only mounting
try: