1
0
mirror of https://github.com/MichielDerhaeg/build-linux.git synced 2025-09-03 13:12:40 +02:00

Merge branch 'agreenbhm-patch-1'

This commit is contained in:
Michiel Derhaeg
2017-05-04 21:26:51 +02:00

View File

@@ -574,8 +574,8 @@ runit documentation says about making dependencies.
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
$ cat /etc/init.d/udhcpc
$ vi /etc/init.d/udhcpc/run
$ cat /etc/init.d/udhcpc/run
#!/bin/sh
exec udhcpc -f -S
$ chmod +x /etc/init.d/udhcpc/run