mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2026-08-07 00:18:23 +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
|
|
@ -3,5 +3,5 @@ set -euo pipefail
|
|||
source /usr/local/lib/pivilion/common.sh
|
||||
[ "$(id -u)" -eq 0 ] || exec sudo "$0" "$@"
|
||||
pivilion_load_config
|
||||
pivilion_set_mode hotspot
|
||||
/usr/local/lib/pivilion/config-sync.sh set PIVILION_MODE hotspot
|
||||
echo "Pivilion will start in open hotspot mode after the next reboot."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue