summaryrefslogtreecommitdiffstats
path: root/rescue.py
diff options
context:
space:
mode:
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()")