From ed7c89428ab7a5dfec6c6e9f7add0e2c20ae644d Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 6 Dec 2007 17:19:06 -0500 Subject: Don't try and make devices. Adjust calls as necessary. --- installmethod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installmethod.py') diff --git a/installmethod.py b/installmethod.py index f47e6fa9d..d1cf8bdc8 100644 --- a/installmethod.py +++ b/installmethod.py @@ -39,7 +39,7 @@ def doMethodComplete(anaconda): pass if not anaconda.isKickstart and anaconda.mediaDevice: - isys.ejectCdrom(anaconda.mediaDevice, makeDevice=1) + isys.ejectCdrom(anaconda.mediaDevice) mtab = "/dev/root / ext3 ro 0 0\n" for ent in anaconda.id.fsset.entries: -- cgit