1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00

Set loopback interface up

fix #73
This commit is contained in:
Ivan Mikushin
2015-03-05 22:28:58 +05:00
parent 849a726e28
commit aa9e6e9713

View File

@@ -1,4 +1,5 @@
#!/bin/sh
/sbin/ip addr add 127.0.0.1/8 dev lo
/sbin/ip link set up dev lo
udhcpc -i eth0