Skip to content

Commit 7e1751e

Browse files
authored
dhcpcd.conf formatting
1 parent f58f991 commit 7e1751e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

part1/PIMESH.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,12 @@ Perform the following on the pi command line:
104104
echo 'batman-adv' | sudo tee --append /etc/modules
105105
```
106106
107-
6. Stop the DHCP process from trying to manage the wireless lan interface by issuing the following command : ```echo 'denyinterfaces wlan0' | sudo tee --append /etc/dhcpcd.conf```
107+
6. Stop the DHCP process from trying to manage the wireless lan interface by issuing the following command :
108+
109+
```text
110+
echo 'denyinterfaces wlan0' | sudo tee --append /etc/dhcpcd.conf
111+
```
112+
108113
7. Make sure the startup script gets called by editing file **/etc/rc.local** as root user, e.g.
109114
110115
- ```sudo vi /etc/rc.local```
@@ -130,4 +135,4 @@ You now have all the raspberry pi systems configured to join the mesh, so procee
130135
***
131136
**Part 1** - [Mesh Networks](MESH.md) - [**Build a Mesh network**](PIMESH.md) - [Network access](ROUTE.md)
132137
***
133-
[Home](/README.md) - [**Part 1**](/part1/README.md) - [Part 2](/part2/README.md) - [Part 3](/part3/README.md) - [Resources**](/additionalResources/README.md)
138+
[Home](/README.md) - [**Part 1**](/part1/README.md) - [Part 2](/part2/README.md) - [Part 3](/part3/README.md) - [Resources**](/additionalResources/README.md)

0 commit comments

Comments
 (0)