Build complete set of arm64 images
This commit is contained in:
parent
ef933ae156
commit
69cc4146c8
4 changed files with 10 additions and 0 deletions
2
stage2/EXPORT_NOOBS
Normal file
2
stage2/EXPORT_NOOBS
Normal 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
2
stage4/EXPORT_NOOBS
Normal 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
4
stage5/EXPORT_IMAGE
Normal 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
2
stage5/EXPORT_NOOBS
Normal file
|
@ -0,0 +1,2 @@
|
|||
NOOBS_NAME="Raspberry Pi OS Full (64-bit)"
|
||||
NOOBS_DESCRIPTION="A port of Debian with desktop and recommended applications"
|
Loading…
Reference in a new issue