Created
July 8, 2025 21:43
-
-
Save konsumer/2983440ae728d020024f2ed49fff79c8 to your computer and use it in GitHub Desktop.
Basic pi-gen config for arm64 pi image (lite)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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