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>2021-01-07 14:18:39 +0300
committerGuy Sheffer <guysoft@gmail.com>2021-01-07 14:18:39 +0300
commitff9f931753db5bb8388a541015f1474af3872456 (patch)
treeb88222d2ebf9dc3d5526d3720abf95e5f5d311cc
parent2f51ef2dcb60508f25b47c4c2bc070ffe2b363df (diff)
Add Ubuntu arm64bit variant
-rwxr-xr-xsrc/variants/ubuntu_arm64/config8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/variants/ubuntu_arm64/config b/src/variants/ubuntu_arm64/config
new file mode 100755
index 0000000..5fa9046
--- /dev/null
+++ b/src/variants/ubuntu_arm64/config
@@ -0,0 +1,8 @@
+export BASE_ARCH=aarch64
+export BASE_DISTRO=ubuntu
+
+export BASE_IMAGE_PATH=${DIST_PATH}/image-ubuntu_arm64
+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