summaryrefslogtreecommitdiffstats
path: root/livecd.py
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2010-01-13 15:47:12 -0500
committerPeter Jones <pjones@redhat.com>2010-01-15 14:21:03 -0500
commit7e9ddee96d6f64369e0646f0a43627fafc001417 (patch)
tree60f09ffceadf1a80626d3fb62b0461be47e7d583 /livecd.py
parentb439ea9a1db509dec92e1335065db5296853d2c8 (diff)
downloadanaconda-7e9ddee96d6f64369e0646f0a43627fafc001417.tar.gz
anaconda-7e9ddee96d6f64369e0646f0a43627fafc001417.tar.xz
anaconda-7e9ddee96d6f64369e0646f0a43627fafc001417.zip
iutil.execWithRedirect() hasn't used searchPath= since 2006. Take it out.
iutil.execWithRedirect() stopped doing anything with searchPath in 2006 when clumens committed d0dec24. Remove these silly vestigal bits.
Diffstat (limited to 'livecd.py')
-rw-r--r--livecd.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/livecd.py b/livecd.py
index c3449f5c6..47f049c35 100644
--- a/livecd.py
+++ b/livecd.py
@@ -245,8 +245,7 @@ class LiveCDCopyBackend(backend.AnacondaBackend):
"random",
rootDevice.path],
stdout="/dev/tty5",
- stderr="/dev/tty5",
- searchPath = 1)
+ stderr="/dev/tty5")
# and now set the uuid in the storage layer
rootDevice.updateSysfsPath()
iutil.notify_kernel("/sys%s" %rootDevice.sysfsPath)