You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Reword volume-mount section for better clarity
* Fix scripted install section to link to PiBuilder
(was linking to deprecated gist)
* Convert "patch 2" steps to numbered list for better readability
See [Issue 219](https://github.com/SensorsIot/IOTstack/issues/219) and [Issue 253](https://github.com/SensorsIot/IOTstack/issues/253) for more information.
@@ -139,32 +137,32 @@ See [Issue 219](https://github.com/SensorsIot/IOTstack/issues/219) and [Issue 25
139
137
140
138
This patch is **ONLY** for Raspbian Buster. Do **NOT** install this patch if you are running Raspbian Bullseye.
141
139
142
-
#### step 1: check your OS release
140
+
1. check your OS release
143
141
144
-
Run the following command:
142
+
Run the following command:
145
143
146
-
```console
147
-
$ grep "PRETTY_NAME" /etc/os-release
148
-
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
149
-
```
144
+
```console
145
+
$ grep "PRETTY_NAME" /etc/os-release
146
+
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
147
+
```
150
148
151
-
If you see the word "buster", proceed to step 2. Otherwise, skip this patch.
149
+
If you see the word "buster", proceed to step 2. Otherwise, skip this patch.
152
150
153
-
#### step 2: if you are indeed running "buster"
151
+
2. if you are indeed running "buster"
154
152
155
-
Without this patch on Buster, Docker images will fail if:
153
+
Without this patch on Buster, Docker images will fail if:
156
154
157
-
* the image is based on Alpine and the image's maintainer updates to [Alpine 3.13](https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.13.0#time64_requirement); and/or
158
-
* an image's maintainer updates to a library that depends on 64-bit values for *Unix epoch time* (the so-called Y2038 problem).
155
+
* the image is based on Alpine and the image's maintainer updates to [Alpine 3.13](https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.13.0#time64_requirement); and/or
156
+
* an image's maintainer updates to a library that depends on 64-bit values for *Unix epoch time* (the so-called Y2038 problem).
0 commit comments