2022-07-10 13:16:57 +05:45
|
|
|
################ install ################
|
|
|
|
|
|
|
|
# start services
|
2023-01-01 20:29:55 -08:00
|
|
|
# bluetoothd, cupsd, DM are added to the pkglist dynamically
|
|
|
|
# metalog or syslog-ng is added to the pkglist dynamically
|
|
|
|
# connmand or NetworkManager is added to the pkglist dynamically
|
2022-07-10 13:16:57 +05:45
|
|
|
# only added if in array, these pkgs have no list entry
|
|
|
|
|
2023-06-13 13:46:17 +05:45
|
|
|
|
2022-07-19 21:06:37 +05:45
|
|
|
SERVICES=('NetworkManager')
|
2022-07-10 13:16:57 +05:45
|
|
|
|
|
|
|
################# live-session #################
|
|
|
|
|
|
|
|
# default value
|
2024-09-28 14:49:40 +03:30
|
|
|
PASSWORD="parch"
|
2022-07-10 13:16:57 +05:45
|
|
|
|
|
|
|
# Set to false to disable autologin in the live session
|
2023-06-13 13:46:17 +05:45
|
|
|
AUTOLOGIN="true"
|