mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2026-08-06 16:08:22 +00:00
Add canonical boot configuration synchronization
This commit is contained in:
parent
254a9b9cf3
commit
eda151065c
14 changed files with 424 additions and 50 deletions
|
|
@ -1,9 +1,18 @@
|
|||
# Copy this file to /boot/firmware/pivilion.conf or /etc/pivilion.conf.
|
||||
# Values are parsed as data; this is not a shell script.
|
||||
PIVILION_USER=pi
|
||||
PIVILION_HOME=/home/pi
|
||||
PIVILION_DIR=/home/pi/pivilion
|
||||
# Optional template. The installer normally creates pivilion.conf automatically
|
||||
# at the externally visible root of the FAT boot partition.
|
||||
# Values are data, not shell commands. A derived PSK is credential-equivalent.
|
||||
PIVILION_USER=your-user
|
||||
PIVILION_HOME=/home/your-user
|
||||
PIVILION_DIR=/home/your-user/pivilion
|
||||
PIVILION_WEBROOT=/var/www/html/pivilion
|
||||
PIVILION_MODE=onion
|
||||
PIVILION_WIFI_SSID=
|
||||
PIVILION_WIFI_PSK=
|
||||
PIVILION_WIFI_PSK_FOR_SSID=
|
||||
PIVILION_WIFI_COUNTRY=HR
|
||||
PIVILION_WIFI_INTERFACE=wlan0
|
||||
PIVILION_HOTSPOT_SSID=pivilion
|
||||
# PIVILION_WIFI_INTERFACE=wlan0
|
||||
PIVILION_HOTSPOT_CHANNEL=6
|
||||
PIVILION_HOSTNAME=pivilion
|
||||
PIVILION_GENERATOR_ENABLED=no
|
||||
PIVILION_UPLOAD_MAX_SIZE=256M
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue