-
Notifications
You must be signed in to change notification settings - Fork 1
/
config
34 lines (31 loc) · 1.07 KB
/
config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
IMG_NAME=Racebian
USE_QCOW2=0
USE_QEMU="0" # can be set to 1 to enable a QEMU emulatable image
RELEASE=bullseye
# paths workaround to have the pi-gen as a submodule
#BASE_DIR="./"
mkdir -p "$BASE_DIR/../../build/pi-img/"
mkdir -p "$BASE_DIR/../../imgs/"
WORK_DIR="$(realpath "$BASE_DIR/../../build/pi-img/")"
DEPLOY_DIR="$(realpath "$BASE_DIR/../../imgs/")"
DEPLOY_COMPRESSION=none
LOCALE_DEFAULT="en_US.UTF-8"
TARGET_HOSTNAME="racebian"
KEYBOARD_KEYMAP="us"
KEYBOARD_LAYPOUT="English (US)"
TIMEZONE_DEFAULT="Europe/Amsterdam"
FIRST_USER_NAME=pi
FIRST_USER_PASS=pi
DISABLE_FIRST_BOOT_USER_RENAME=1
#WPA_ESSID="" # will be configured later to open its own network
#WPA_PASSWORD=""
WPA_COUNTRY="NL"
ENABLE_SSH=1
#PUBKEY_SSH_FIRST_USER= # can be set to a (or multiple?) authorized_keys entry
#PUBKEY_ONLY_SSH=1 # disable PW auth
#SETFCAP= # no idea what this is
#STAGE_LIST="stage0 stage1" # only compile up to stage1 for now (minimal system). bash variables now, see Makefile
#### CUSTOM OPTIONS ####
export WIFI_AP_SSID=racebian
export WIFI_AP_PASSPHRASE=betaflight
export ROUTE_THROUGH_CLIENTS=1