1
0
mirror of https://github.com/MichielDerhaeg/build-linux.git synced 2025-09-02 20:52:36 +02:00

add /run to the next line as well

This commit is contained in:
Michiel Derhaeg
2017-05-04 21:26:41 +02:00
parent 73b5bf3387
commit 497b254ee9

View File

@@ -575,7 +575,7 @@ The very last thing we will do is provide our system with a network connection.
```bash
$ mkdir -p /etc/init.d/udhcpc
$ vi /etc/init.d/udhcpc/run
$ cat /etc/init.d/udhcpc
$ cat /etc/init.d/udhcpc/run
#!/bin/sh
exec udhcpc -f -S
$ chmod +x /etc/init.d/udhcpc/run