summaryrefslogtreecommitdiffstats
path: root/rescue.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-08-04 20:52:09 +0000
committerChris Lumens <clumens@redhat.com>2006-08-04 20:52:09 +0000
commit62123469be236ff5616480f418c23a5f3beb3390 (patch)
treee0f3caec5d41387353f7fd738aeb10c667e43068 /rescue.py
parent485d7495a50468b8cc9e3fcde6149db5a80f3cfd (diff)
downloadanaconda-62123469be236ff5616480f418c23a5f3beb3390.tar.gz
anaconda-62123469be236ff5616480f418c23a5f3beb3390.tar.xz
anaconda-62123469be236ff5616480f418c23a5f3beb3390.zip
That's what I meant.
Diffstat (limited to 'rescue.py')
-rw-r--r--rescue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue.py b/rescue.py
index 37a240ca1..f75b2f18a 100644
--- a/rescue.py
+++ b/rescue.py
@@ -116,7 +116,7 @@ def startNetworking(network, intf):
# do lo first
try:
- os.system("/sbin/ifconfig lo 127.0.0.1")
+ os.system("/usr/sbin/ifconfig lo 127.0.0.1")
except:
log.error("Error trying to start lo in rescue.py::startNetworking()")