mirror of
https://github.com/MichielDerhaeg/build-linux.git
synced 2025-09-02 12:42:50 +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
|
||||
$ 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
|
||||
|
Reference in New Issue
Block a user