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). --- rescue.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'rescue.py') diff --git a/rescue.py b/rescue.py index fdd78475f..7d480e7f1 100644 --- a/rescue.py +++ b/rescue.py @@ -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: -- cgit