mirror of
https://github.com/karl0ss/AnotterKiosk.git
synced 2025-07-28 03:00:16 +01:00
needed toml
This commit is contained in:
parent
1c1ba35577
commit
3f6dfb9017
34
kiosk_skeleton/boot/custom.toml
Normal file
34
kiosk_skeleton/boot/custom.toml
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
# Raspberry Pi OS "Bookworm" First-Boot Configuration
|
||||||
|
# Edit the values below with your details before the first boot.
|
||||||
|
|
||||||
|
config_version = 1
|
||||||
|
|
||||||
|
[system]
|
||||||
|
# Set the hostname for the device on the network.
|
||||||
|
hostname = "kioskpi"
|
||||||
|
|
||||||
|
[user]
|
||||||
|
# This will set the password for the default "pi" user.
|
||||||
|
# For security, it is highly recommended to change this.
|
||||||
|
name = "pi"
|
||||||
|
password = "raspberry"
|
||||||
|
password_encrypted = false
|
||||||
|
|
||||||
|
[ssh]
|
||||||
|
# Enables the SSH server for remote access.
|
||||||
|
enabled = true
|
||||||
|
password_authentication = true
|
||||||
|
|
||||||
|
[wlan]
|
||||||
|
# --- Wi-Fi Configuration ---
|
||||||
|
# Replace with your Wi-Fi network name (SSID) and password.
|
||||||
|
ssid = "YOUR_WIFI_SSID"
|
||||||
|
password = "YOUR_WIFI_PASSWORD"
|
||||||
|
password_encrypted = false
|
||||||
|
hidden = false
|
||||||
|
# Set your 2-letter ISO 3166-1 country code (e.g., US, GB, DE).
|
||||||
|
country = "US"
|
||||||
|
|
||||||
|
[locale]
|
||||||
|
keymap = "us"
|
||||||
|
timezone = "Etc/UTC"
|
@ -72,7 +72,6 @@ systemctl disable bluetooth || true
|
|||||||
systemctl enable kiosk-ssh-keys
|
systemctl enable kiosk-ssh-keys
|
||||||
systemctl enable NetworkManager
|
systemctl enable NetworkManager
|
||||||
systemctl enable NetworkManager
|
systemctl enable NetworkManager
|
||||||
systemctl enable kiosk-wifi
|
|
||||||
systemctl enable kiosk-autossh
|
systemctl enable kiosk-autossh
|
||||||
systemctl enable kiosk-watchdog
|
systemctl enable kiosk-watchdog
|
||||||
systemctl enable kiosk-set-hostname
|
systemctl enable kiosk-set-hostname
|
||||||
|
Loading…
x
Reference in New Issue
Block a user