Skip to content
Snippets Groups Projects
Commit 85755dac authored by ab0027's avatar ab0027 :speech_balloon:
Browse files

No need to extract and repack image to zip as new CustomPiOS has native...

No need to extract and repack image to zip as new CustomPiOS has native support for xz compressed base image
parent 55bcb26a
No related branches found
No related tags found
No related merge requests found
Pipeline #12802 canceled
......@@ -33,10 +33,8 @@ build-zynthbox-image-arm64:
- git clone https://github.com/zynthbox/ZynthianOS.git
# Download raspios base image
- wget -c --trust-server-names 'https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2024-03-15/2024-03-15-raspios-bookworm-arm64-lite.img.xz' -O ./raspios-${debian_release_name}-arm64-lite.img.xz
- xz -dv ./raspios-${debian_release_name}-arm64-lite.img.xz
- zip ./raspios-${debian_release_name}-arm64-lite.img.zip ./raspios-${debian_release_name}-arm64-lite.img
- mv ./raspios-${debian_release_name}-arm64-lite.img.zip ./ZynthianOS/src/image
- wget -c --trust-server-names 'https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2024-03-15/2024-03-15-raspios-bookworm-arm64-lite.img.xz'
- mv ./*-raspios-*.img.xz ./ZynthianOS/src/image
# Setup Zynthbox Repo sourceline
- echo "# Setup Zynthbox Repo sourceline"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment