From f5f1454e656b9646e98fa042b61faf00f369b670 Mon Sep 17 00:00:00 2001 From: OlehAhieienko <112565345+OlehAhieienko@users.noreply.github.com> Date: Mon, 4 May 2026 17:04:23 +0300 Subject: [PATCH] Add example config --- config.example | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 config.example diff --git a/config.example b/config.example new file mode 100644 index 0000000000..cf3a1188d0 --- /dev/null +++ b/config.example @@ -0,0 +1,29 @@ +IMG_NAME="raspios" +#PI_GEN_RELEASE='Raspberry Pi reference' +#RELEASE='trixie' +#APT_PROXY= +#TEMP_REPO= +#BASE_DIR= +#WORK_DIR="$BASE_DIR/work" +#DEPLOY_DIR="$BASE_DIR/deploy" +#DEPLOY_COMPRESSION='zip' +#COMPRESSION_LEVEL=6 +#USE_QEMU=0 +#LOCALE_DEFAULT='en_GB.UTF-8' +#TARGET_HOSTNAME='raspberrypi' +#KEYBOARD_KEYMAP='gb' +#KEYBOARD_LAYOUT='English (UK)' +#TIMEZONE_DEFAULT='Europe/London' +#LUKS_PASSWORD= +#FIRST_USER_NAME='pi' +#FIRST_USER_PASS= +#DISABLE_FIRST_BOOT_USER_RENAME=0 +#PASSWORDLESS_SUDO=0 +#WPA_COUNTRY= +#ENABLE_SSH=0 +#PUBKEY_SSH_FIRST_USER= +#PUBKEY_ONLY_SSH=0 +#SETFCAP= +#STAGE_LIST='stage*' +#EXPORT_CONFIG_DIR="$BASE_DIR/export-image" +#ENABLE_CLOUD_INIT=1