Upgrade to latest working Alpine Linux version
This commit is contained in:
@@ -7,7 +7,7 @@ CACHE_DIR=<%= $(pwd) %>/cache
|
|||||||
ALPINE_MIRROR=https://dl-cdn.alpinelinux.org/alpine
|
ALPINE_MIRROR=https://dl-cdn.alpinelinux.org/alpine
|
||||||
ALPINE_ARCH=aarch64
|
ALPINE_ARCH=aarch64
|
||||||
ALPINE_VER_MAJOR=3
|
ALPINE_VER_MAJOR=3
|
||||||
ALPINE_VER_MINOR=20
|
ALPINE_VER_MINOR=21
|
||||||
ALPINE_VER_PATCH=3
|
ALPINE_VER_PATCH=3
|
||||||
REQUIREMENTS_FILE=required-apks.txt
|
REQUIREMENTS_FILE=required-apks.txt
|
||||||
eth0=eth0
|
eth0=eth0
|
||||||
|
|||||||
@@ -36,3 +36,7 @@ AutoConnect=true
|
|||||||
```
|
```
|
||||||
|
|
||||||
All the files will be automatically picked up by the wifi daemon after the RaspberryPi finishes boot process
|
All the files will be automatically picked up by the wifi daemon after the RaspberryPi finishes boot process
|
||||||
|
|
||||||
|
### Troubleshooting
|
||||||
|
|
||||||
|
Alpine 3.22.0 produces a lot of "Clock skew detected" errors during boot and fails to execute the `headless.start` script. Version 3.21.3 works fine.
|
||||||
|
|||||||
Reference in New Issue
Block a user