<message>Delete obsolete one-shot scripts for setting screen rotation and wallpaper, as well as related Python and shell scripts. Update the first-boot configuration to streamline the provisioning process by removing references to these scripts. This cleanup enhances maintainability and focuses on the essential steps required for the first boot experience, ensuring a more efficient setup for users.
47 lines
1.1 KiB
Plaintext
47 lines
1.1 KiB
Plaintext
# first-boot.conf — loaded by first-boot.sh (required)
|
|
|
|
# --- File server & host ---
|
|
FILE_SERVER="http://10.20.50.1:5000/files/first-boot"
|
|
HOSTNAME="guard"
|
|
|
|
# --- User ---
|
|
PI_USER="pi"
|
|
|
|
# --- Packages ---
|
|
PACKAGES="git chromium wmctrl openssh-server swaybg wlr-randr maliit-keyboard xinput-calibrator python3-gi python3-gi-cairo"
|
|
|
|
# --- Desktop & theme ---
|
|
LIGHTDM_SESSION="rpd-labwc"
|
|
GTK_THEME_NAME="PiXnoir"
|
|
WALLPAPER_MODE="crop"
|
|
|
|
# --- Paths ---
|
|
PLYMOUTH_DIR="/usr/share/plymouth/themes/custom"
|
|
WALLPAPER_PATH="/usr/share/rpd-wallpaper/splash.png"
|
|
|
|
# --- Display (reTerminal DM) ---
|
|
DSI_ROTATE="270"
|
|
SWIOTLB_SIZE="65536"
|
|
|
|
# --- reTerminal (Seeed) ---
|
|
RETERMINAL_DEVICE="reTerminal-DM"
|
|
RETERMINAL_REPO_URL="https://github.com/Seeed-Studio/seeed-linux-dtoverlays"
|
|
|
|
# --- One-shots ---
|
|
ONESHOT_SCRIPTS="01-set-rotation-once 02-set-wallpaper-once"
|
|
|
|
# --- Step enable flags (1 = run, 0 = skip) ---
|
|
ENABLE_STEP_01=1
|
|
ENABLE_STEP_02=1
|
|
ENABLE_STEP_03=1
|
|
ENABLE_STEP_04=1
|
|
ENABLE_STEP_05=1
|
|
ENABLE_STEP_06=1
|
|
ENABLE_STEP_07=1
|
|
ENABLE_STEP_08=1
|
|
ENABLE_STEP_09=1
|
|
ENABLE_STEP_10=1
|
|
ENABLE_STEP_11=1
|
|
ENABLE_STEP_12=1
|
|
ENABLE_STEP_13=1
|