mirror of
https://github.com/MichielDerhaeg/build-linux.git
synced 2025-09-03 05:02:36 +02:00
Fix link for udhcpc/ to rc.d/
This commit is contained in:
committed by
GitHub
parent
ad487dc552
commit
15a3e45532
@@ -578,7 +578,7 @@ $ cat /etc/init.d/udhcpc
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec udhcpc -f -S
|
exec udhcpc -f -S
|
||||||
$ chmod +x /etc/init.d/udhcpc/run
|
$ chmod +x /etc/init.d/udhcpc/run
|
||||||
$ ln -s /etc/init.d/udhcpc/run /etc/rc.d
|
$ ln -s /etc/init.d/udhcpc /etc/rc.d
|
||||||
```
|
```
|
||||||
And we're done. Yes it's that simple. Note that udhcpc just asks for a lease
|
And we're done. Yes it's that simple. Note that udhcpc just asks for a lease
|
||||||
from the DHCP server and that's it. When it has a lease it executes
|
from the DHCP server and that's it. When it has a lease it executes
|
||||||
|
Reference in New Issue
Block a user