Skip to content

Instantly share code, notes, and snippets.

@konsumer
Created July 8, 2025 21:43
Show Gist options
  • Save konsumer/2983440ae728d020024f2ed49fff79c8 to your computer and use it in GitHub Desktop.
Save konsumer/2983440ae728d020024f2ed49fff79c8 to your computer and use it in GitHub Desktop.
Basic pi-gen config for arm64 pi image (lite)
git clone https://github.com/RPi-Distro/pi-gen.git
cd pi-gen
git checkout arm64
cat << EOF > config
IMG_NAME=nullos-pi-lite-bookworm-aarch64
PI_GEN_RELEASE="NullOS Pi"
RELEASE=bookworm
TARGET_HOSTNAME=nullos
KEYBOARD_KEYMAP=us
LOCALE_DEFAULT="en_US.UTF-8"
KEYBOARD_LAYOUT="English (US)"
TIMEZONE_DEFAULT="US/Pacific"
FIRST_USER_NAME="null"
STAGE_LIST="stage0 stage1 stage2"
EOF
./build.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment