forked from RPi-Distro/pi-gen
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig
More file actions
27 lines (25 loc) · 1.17 KB
/
config
File metadata and controls
27 lines (25 loc) · 1.17 KB
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
IMG_NAME=omadapi
# no mongo builds for bookworm
RELEASE=bookworm
LOCALE_DEFAULT="en_US.UTF-8"
TARGET_HOSTNAME="omadapi"
KEYBOARD_KEYMAP=us
KEYBOARD_LAYOUT="English (US)"
TIMEZONE_DEFAULT=UTC
FIRST_USER_NAME=omada
FIRST_USER_PASS=omada
ENABLE_SSH=1
STAGE_LIST="stage0 stage1 stage2 stageomada"
# this is my home apt cache - get lots of failing builds without a cache...
# im running squid-deb-proxy
DISABLE_FIRST_BOOT_USER_RENAME=1
APT_SOURCES="
deb http://nexus.infrastructure.asio:8081/repository/debian_bookworm bookworm main non-free-firmware
deb-src http://httpredir.debian.org/debian/ bookworm main non-free-firmware
deb http://nexus.infrastructure.asio:8081/repository/debian_bookworm_security bookworm-security main non-free-firmware
deb-src http://security.debian.org/debian-security bookworm-security main non-free-firmware
# bookworm-updates, to get updates before a point release is made;
# see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html # _updates_and_backports
deb http://nexus.infrastructure.asio:8081/repository/debian_bookworm_updates bookworm-updates main non-free-firmware
deb-src http://httpredir.debian.org/debian/ bookworm-updates main non-free-firmware
"