summaryrefslogtreecommitdiffstats
path: root/installmethod.py
diff options
context:
space:
mode:
Diffstat (limited to 'installmethod.py')
-rw-r--r--installmethod.py2
1 files changed, 1 insertions, 1 deletions
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: