From 407e5f91c28bea04d2a4aa70f6a15e63a4d7f094 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Wed, 18 Mar 2009 17:04:16 -0400 Subject: Let mountFilesystems handling bind mounting /dev (#490772). --- yuminstall.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'yuminstall.py') 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) -- cgit