mirror of
https://github.com/MichielDerhaeg/build-linux.git
synced 2025-09-02 20:52:36 +02:00
Fixed service setup for udhcpc
Line 577 of the README (build instructions) left off the "run" file from the vi target (previously it is targeting the folder). Added "/run" to the line to correct it.
This commit is contained in:
@@ -574,7 +574,7 @@ runit documentation says about making dependencies.
|
|||||||
The very last thing we will do is provide our system with a network connection.
|
The very last thing we will do is provide our system with a network connection.
|
||||||
```bash
|
```bash
|
||||||
$ mkdir -p /etc/init.d/udhcpc
|
$ mkdir -p /etc/init.d/udhcpc
|
||||||
$ vi /etc/init.d/udhcpc
|
$ vi /etc/init.d/udhcpc/run
|
||||||
$ cat /etc/init.d/udhcpc
|
$ cat /etc/init.d/udhcpc
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec udhcpc -f -S
|
exec udhcpc -f -S
|
||||||
|
Reference in New Issue
Block a user