mirror of
https://github.com/armbian/sdk.git
synced 2026-01-06 11:08:52 -08:00
18 lines
328 B
Plaintext
18 lines
328 B
Plaintext
#/root/.not_logged_in_yet
|
|
|
|
# System
|
|
SET_LANG_BASED_ON_LOCATION="n"
|
|
PRESET_LOCALE="en_US.UTF-8"
|
|
PRESET_TIMEZONE="Etc/UTC"
|
|
|
|
# Root
|
|
PRESET_ROOT_PASSWORD="armbian"
|
|
PRESET_ROOT_KEY=""
|
|
|
|
# User
|
|
PRESET_USER_NAME="armbian"
|
|
PRESET_USER_PASSWORD="armbian"
|
|
PRESET_USER_KEY=""
|
|
PRESET_DEFAULT_REALNAME="Armbian user"
|
|
PRESET_USER_SHELL="bash"
|