summaryrefslogtreecommitdiffstats
path: root/installmethod.py
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2007-12-06 17:19:06 -0500
committerBill Nottingham <notting@redhat.com>2007-12-07 13:27:43 -0500
commited7c89428ab7a5dfec6c6e9f7add0e2c20ae644d (patch)
tree2ba78909498d92d3024605eec38f22fe93dab225 /installmethod.py
parent5863d19efb90b03fc2e3b59500586c4e8083d6b6 (diff)
downloadanaconda-ed7c89428ab7a5dfec6c6e9f7add0e2c20ae644d.tar.gz
anaconda-ed7c89428ab7a5dfec6c6e9f7add0e2c20ae644d.tar.xz
anaconda-ed7c89428ab7a5dfec6c6e9f7add0e2c20ae644d.zip
Don't try and make devices. Adjust calls as necessary.
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: