mirror of
https://github.com/MichielDerhaeg/build-linux.git
synced 2025-09-02 20:52: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
|
||||
exec udhcpc -f -S
|
||||
$ 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
|
||||
from the DHCP server and that's it. When it has a lease it executes
|
||||
|
Reference in New Issue
Block a user