2022-07-10 13:16:57 +05:45
|
|
|
################ install ################
|
|
|
|
|
|
|
|
# start services
|
|
|
|
# bluetoothd, cupsd, DM are added to the pkglist dynamicly
|
|
|
|
# metalog or syslog-ng is added to the pkglist dynamicly
|
|
|
|
# connmand or NetworkManager is added to the pkglist dynamicly
|
|
|
|
# only added if in array, these pkgs have no list entry
|
|
|
|
|
2022-07-10 22:49:20 +05:45
|
|
|
SERVICES=('acpid' 'bluetoothd' 'cronie' 'cupsd' 'metalog' 'NetworkManager')
|
2022-07-10 13:16:57 +05:45
|
|
|
|
|
|
|
################# live-session #################
|
|
|
|
|
|
|
|
# default value
|
|
|
|
PASSWORD="metis"
|
|
|
|
|
|
|
|
# Set to false to disable autologin in the live session
|
|
|
|
AUTOLOGIN="false"
|