summaryrefslogtreecommitdiffstats
path: root/pyanaconda/rescue.py
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2010-11-24 17:04:50 -0600
committerDavid Lehman <dlehman@redhat.com>2010-12-02 12:29:56 -0600
commitae30136b9a1b8657d724e5abf56736ef201ecaf4 (patch)
tree7d5b009adf6aa02012301a594825001248b1e403 /pyanaconda/rescue.py
parent25d00dcb02166121432c771cb3fd904f49076e4b (diff)
downloadanaconda-ae30136b9a1b8657d724e5abf56736ef201ecaf4.tar.gz
anaconda-ae30136b9a1b8657d724e5abf56736ef201ecaf4.tar.xz
anaconda-ae30136b9a1b8657d724e5abf56736ef201ecaf4.zip
Move handling of /proc/bus/usb and /selinux into storage.
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: