summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-03-18 17:04:16 -0400
committerChris Lumens <clumens@redhat.com>2009-03-23 13:46:29 -0400
commit407e5f91c28bea04d2a4aa70f6a15e63a4d7f094 (patch)
tree3e8ff6a91bb940d6ab51ee41b369332de68e514d /yuminstall.py
parent88b6db9c9d83c215af86e0b05bd4d41e49addb71 (diff)
downloadanaconda-407e5f91c28bea04d2a4aa70f6a15e63a4d7f094.tar.gz
anaconda-407e5f91c28bea04d2a4aa70f6a15e63a4d7f094.tar.xz
anaconda-407e5f91c28bea04d2a4aa70f6a15e63a4d7f094.zip
Let mountFilesystems handling bind mounting /dev (#490772).
Diffstat (limited to 'yuminstall.py')
-rw-r--r--yuminstall.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/yuminstall.py b/yuminstall.py
index 89f36686e..963303256 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -1457,14 +1457,6 @@ reposdir=/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anacon
except Exception, e:
log.error("error mounting selinuxfs: %s" %(e,))
- # we need to have a /dev during install and now that udev is
- # handling /dev, it gets to be more fun. so just bind mount the
- # installer /dev
- log.warning("no dev package, going to bind mount /dev")
- isys.mount("/dev", "%s/dev" %(anaconda.rootPath,), bindMount = True)
- if not upgrade:
- anaconda.id.storage.fsset.mkDevRoot(anaconda.rootPath)
-
# write out the fstab
if not upgrade:
anaconda.id.storage.fsset.write(anaconda.rootPath)