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-04 14:36:13 +0300
committerGuy Sheffer <guysoft@gmail.com>2022-02-04 14:36:13 +0300
commit70d256b24985cbf3c9adf8f4141a572cd9f15a8c (patch)
treed5b5eb48187e9171f081e4e5b50ccceaae59bf37
parent7e3bca4879a0c1708b7577b610bf0b27cfeaf225 (diff)
Add rpi-imager values
-rwxr-xr-xsrc/config5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config b/src/config
index 6029923..506f300 100755
--- a/src/config
+++ b/src/config
@@ -2,5 +2,10 @@ export DIST_NAME=OctoPi
export DIST_VERSION=1.0.0
export MODULES="base(raspicam, network, disable-services(octopi), password-for-sudo)"
+export RPI_IMAGER_NAME="${DIST_NAME} version ${DIST_VERSION}"
+export RPI_IMAGER_DESCRIPTION="A Raspberry Pi distribution for 3D printers. Ships OctoPrint out-of-the-box."
+export RPI_IMAGER_ICON="https://raw.githubusercontent.com/guysoft/OctoPi/devel/media/rpi-imager-OctoPi.png"
+
+
export BASE_IMAGE_ENLARGEROOT=2000
export BASE_IMAGE_RESIZEROOT=200