Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guysoft/OctoPi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Sheffer <guysoft@gmail.com>2022-02-27 14:50:43 +0300
committerGuy Sheffer <guysoft@gmail.com>2022-02-27 14:50:43 +0300
commit9bee5f088ea46d30d7a21859844598bc5ad24de3 (patch)
tree92f7bcb876139290bd536b9c0d2efb34a3b36551
parent85e40c917d8fafe3c1187afe106c6f2558bea0cc (diff)
Add rpi imager 64bit to title on 64bit builds
-rwxr-xr-xsrc/variants/ubuntu_arm64/config2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/variants/ubuntu_arm64/config b/src/variants/ubuntu_arm64/config
index 5fa9046..1f54aa9 100755
--- a/src/variants/ubuntu_arm64/config
+++ b/src/variants/ubuntu_arm64/config
@@ -6,3 +6,5 @@ export BASE_ZIP_IMG=`ls -t $BASE_IMAGE_PATH/*-{ubuntu}-*-arm64-*.xz | head -n 1`
export BASE_IGNORE_VARIANT_NAME=yes
export BASE_USER=pi
export BASE_USER_PASSWORD=raspberry
+export RPI_IMAGER_NAME="${DIST_NAME} version ${DIST_VERSION} 64bit"
+