parch-runit/base/profile.conf

19 lines
489 B
Text
Raw Normal View History

2022-07-10 13:16:57 +05:45
################ install ################
# start services
# 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
PASSWORD="metis"
# Set to false to disable autologin in the live session
2023-06-13 13:46:17 +05:45
AUTOLOGIN="true"