Skip to content

Instantly share code, notes, and snippets.

@jbussdieker
Created December 13, 2020 00:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbussdieker/6d60e581d5718c6a9a10154f64631764 to your computer and use it in GitHub Desktop.
Save jbussdieker/6d60e581d5718c6a9a10154f64631764 to your computer and use it in GitHub Desktop.
Build Raspbian for US
git clone git@github.com:RPi-Distro/pi-gen
cd pi-gen
echo "Put the config file here"
sudo ./build.sh
IMG_NAME='Raspbian'
TARGET_HOSTNAME=raspberrypi
ENABLE_SSH=1
KEYBOARD_MAP=us
KEYBOARD_LAYOUT="English (US)"
LOCALE_DEFAULT=en_US.UTF-8
TIMEZONE_DEFAULT=Etc/UTC
WORK_DIR=${PWD}/work
WPA_ESSID=[SSID_HERE]
WPA_PASSWORD=[PASSWORD_HERE]
WPA_COUNTRY=us
APT_PROXY=http://localhost:3142
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment