Skip to content

Commit 875309d

Browse files
Adding tips when editing wpa_supplicant (raspberrypi#1672)
* Clarify boot directory and add a warning about newline and file extension * Clearified newline * Changed boot folder back * Update headless.md Co-authored-by: James Hughes <JamesH65@users.noreply.github.com>
1 parent feb996b commit 875309d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/wireless/headless.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Once an image is created on an SD card, by inserting it into a card reader on a
66

77
## Setting up wireless networking
88

9-
You will need to define a `wpa_supplicant.conf` file for your particular wireless network. Put this file in the boot folder, and when the Pi first boots, it will copy that file into the correct location in the Linux root file system and use those settings to start up wireless networking.
9+
You will need to define a `wpa_supplicant.conf` file for your particular wireless network. Put this file in the `boot` folder, and when the Pi first boots, it will copy that file into the correct location in the Linux root file system and use those settings to start up wireless networking. Depending on the OS and editor you are creating this on, the file could have incorrect newlines or the wrong file extension so make sure you use an editor that accounts for this. Linux expects the line feed (LF) newline character. For more information, see this [Wikipedia article](https://en.wikipedia.org/wiki/Newline).
1010

1111
`wpa_supplicant.conf` file example:
1212
```

0 commit comments

Comments
 (0)