diff options
author | Chris Lumens <clumens@redhat.com> | 2009-03-18 17:04:16 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2009-03-23 13:46:29 -0400 |
commit | 407e5f91c28bea04d2a4aa70f6a15e63a4d7f094 (patch) | |
tree | 3e8ff6a91bb940d6ab51ee41b369332de68e514d /rescue.py | |
parent | 88b6db9c9d83c215af86e0b05bd4d41e49addb71 (diff) | |
download | anaconda-407e5f91c28bea04d2a4aa70f6a15e63a4d7f094.tar.gz anaconda-407e5f91c28bea04d2a4aa70f6a15e63a4d7f094.tar.xz anaconda-407e5f91c28bea04d2a4aa70f6a15e63a4d7f094.zip |
Let mountFilesystems handling bind mounting /dev (#490772).
Diffstat (limited to 'rescue.py')
-rw-r--r-- | rescue.py | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -331,12 +331,6 @@ def runRescue(anaconda, instClass): except: log.error("Error enabling swap") - # now that dev is udev, bind mount the installer dev there - isys.mount("/dev", "%s/dev" %(anaconda.rootPath,), bindMount = True) - - # and /dev/pts - isys.mount("/dev/pts", "%s/dev/pts" %(anaconda.rootPath,), bindMount = True) - # and /selinux too if flags.selinux and os.path.isdir("%s/selinux" %(anaconda.rootPath,)): try: |