mirror of
https://github.com/MichielDerhaeg/build-linux.git
synced 2025-09-03 05:02:36 +02:00
add /run to the next line as well
This commit is contained in:
@@ -575,7 +575,7 @@ 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/run
|
$ vi /etc/init.d/udhcpc/run
|
||||||
$ cat /etc/init.d/udhcpc
|
$ cat /etc/init.d/udhcpc/run
|
||||||
#!/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
|
||||||
|
Reference in New Issue
Block a user