forked from artix/iso-profiles
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
608 B
25 lines
608 B
################ install ################ |
|
|
|
# default displaymanager: none |
|
# supported: lightdm, sddm, gdm, lxdm, mdm |
|
DISPLAYMANAGER="sddm" |
|
|
|
# Set to false to disable autologin in the livecd |
|
# AUTOLOGIN="true" |
|
|
|
# start services |
|
SERVICES=('acpid' 'bluetooth' 'cronie' 'cupsd' 'syslog-ng' 'connman') |
|
|
|
# default group membership |
|
ADDGROUPS="video,power,storage,optical,network,lp,scanner,wheel,users,log" |
|
|
|
################# live-session ################# |
|
|
|
# unset defaults to given value |
|
# HOST_NAME="artix" |
|
|
|
# unset defaults to given value |
|
# USER_NAME="artix" |
|
|
|
# unset defaults to given value |
|
# PASSWORD="artix"
|
|
|