From 7f8d3cbb3c312a7c297788834d0155531cf886d3 Mon Sep 17 00:00:00 2001 From: neslerc-UM <72268619+neslerc-UM@users.noreply.github.com> Date: Fri, 24 Jan 2025 16:31:25 -0500 Subject: [PATCH] Update README.md Instructions added in Secret Variable section (Step 1) regarding special characters. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 013c3c8..dc6d412 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ The tool reconfigures an official [Raspbian distro](https://www.raspberrypi.com/ **If you are affliated with a university, please use your own username (`ENTNETWORK_IDENTITY`) and password (`ENTNETWORK_PASSWORD`) that you usually use to connect to the university's WiFi network (`ENTNETWORK_SSID`). This will allow the Raspberry Pi to connect to the university's network and access the internet using your credentials.** +**If any of your Secrets contain special (non-alphanumeric) characters, put a backslash before them to ensure they are properly interpretted as a character within the variable. Example: for a password of "ABC$123#", you would enter the `ENTNETWORK_PASSWORD` field as "ABC\\$123\\#". Failure to include the backslashes may result in errors in the build process (see below).** +
Step 2: Building Your Raspberry Pi Image