Skip to content

Instantly share code, notes, and snippets.

@gretel
Last active April 14, 2017 17:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gretel/0b3cb1fced594fa0a9011c91da2603d8 to your computer and use it in GitHub Desktop.
Save gretel/0b3cb1fced594fa0a9011c91da2603d8 to your computer and use it in GitHub Desktop.
template for https://github.com/drtyhlpr/rpi23-gen-image to build a very minimal debian strech image (armhf/rpi3)
# https://gist.github.com/gretel/0b3cb1fced594fa0a9011c91da2603d8
# https://github.com/drtyhlpr/rpi23-gen-image/blob/master/README.md
#
APT_INCLUDES="ca-certificates,curl,tmux"
APT_SERVER="ftp.de.debian.org"
BUILD_KERNEL=true
DEFLOCAL="en_US.UTF-8"
ENABLE_DHCP=true
ENABLE_HARDNET=true
ENABLE_MINBASE=true
ENABLE_MINGPU=true
ENABLE_REDUCE=true
ENABLE_SPI=true
ENABLE_WIRELESS=true
KERNEL_REDUCE=true
KERNEL_THREADS=2
NET_DNS_DOMAINS="jitter.local"
NET_NTP_1="ntp1.jitter.local"
NET_NTP_2="ntp2.jitter.local"
PASSWORD="jitterberry"
REDUCE_BASH=true
REDUCE_VIM=true
RELEASE="stretch"
RPI_MODEL=3
SSH_DISABLE_PASSWORD_AUTH=true
SSH_LIMIT_USERS=true
SSH_USER_PUB_KEY="pub.key"
TIMEZONE="Europe/Berlin"
USER_NAME="tom"
USER_PASSWORD="Eh3kjAh1skjdhmSlq,21okf0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment