Build complete set of arm64 images

This commit is contained in:
Serge Schneider 2022-01-11 11:20:35 +00:00
parent ef933ae156
commit 69cc4146c8
4 changed files with 10 additions and 0 deletions

2
stage2/EXPORT_NOOBS Normal file
View file

@ -0,0 +1,2 @@
NOOBS_NAME="Raspberry Pi OS Lite (64-bit)"
NOOBS_DESCRIPTION="A port of Debian with no desktop environment"

2
stage4/EXPORT_NOOBS Normal file
View file

@ -0,0 +1,2 @@
NOOBS_NAME="Raspberry Pi OS (64-bit)"
NOOBS_DESCRIPTION="A port of Debian with the Raspberry Pi Desktop"

4
stage5/EXPORT_IMAGE Normal file
View file

@ -0,0 +1,4 @@
IMG_SUFFIX="-full"
if [ "${USE_QEMU}" = "1" ]; then
export IMG_SUFFIX="${IMG_SUFFIX}-qemu"
fi

2
stage5/EXPORT_NOOBS Normal file
View file

@ -0,0 +1,2 @@
NOOBS_NAME="Raspberry Pi OS Full (64-bit)"
NOOBS_DESCRIPTION="A port of Debian with desktop and recommended applications"