basic (INSECURE!) init system
This commit is contained in:
parent
9a3667b66b
commit
d4a927cb22
6 changed files with 52 additions and 2 deletions
4
init/init.d/net
Executable file
4
init/init.d/net
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
ip link set lo up
|
||||
ip link set eth0 up
|
||||
udhcpc -i eth0 -x hostname:$(cat /etc/hostname)
|
Loading…
Add table
Add a link
Reference in a new issue