iso-profiles/community/lxqt/profile.conf

80 lines
1.9 KiB
Text
Raw Normal View History

2016-10-10 23:54:48 +02:00
##########################################
###### use this file in the profile ######
##########################################
2018-07-13 13:09:44 +02:00
# use multilib packages; x86_64 only
multilib="false"
# displaymanager
displaymanager="sddm"
2016-10-10 23:54:48 +02:00
# Set to false to disable autologin in the livecd
2018-07-13 13:09:44 +02:00
autologin="true"
2017-02-04 21:15:35 +01:00
2016-10-10 23:54:48 +02:00
# nonfree mhwd drivers
2022-01-10 08:27:54 +01:00
nonfree_mhwd="false"
mhwd_used="false"
2016-10-10 23:54:48 +02:00
2017-02-04 21:15:35 +01:00
# use extra packages as defined in pkglist to activate a full profile
2022-01-10 08:27:54 +01:00
extra="true"
2017-02-04 21:15:35 +01:00
2020-06-13 12:44:34 +02:00
# use office installer
#office="false"
2016-10-10 23:54:48 +02:00
################ install ################
# unset defaults to given value
2018-07-13 13:09:44 +02:00
efi_boot_loader="grub"
2016-10-10 23:54:48 +02:00
# configure calamares for netinstall
2018-07-13 13:09:44 +02:00
#netinstall="false"
2016-10-10 23:54:48 +02:00
# configure calamares to use chrootcfg instead of unpackfs
2018-07-13 13:09:44 +02:00
#chrootcfg="false"
2016-10-10 23:54:48 +02:00
# use geoip for localization
2018-07-13 13:09:44 +02:00
geoip='true'
2016-10-10 23:54:48 +02:00
2018-08-21 14:27:23 +02:00
# unset defaults to given values
2018-10-02 09:11:24 +02:00
# addgroups="lp,network,power,wheel"
2018-08-21 14:27:23 +02:00
2016-10-10 23:54:48 +02:00
# unset defaults to given values
# names must match systemd service names
2022-01-10 08:27:54 +01:00
enable_systemd=('firewalld' 'NetworkManager' 'systemd-timesyncd' 'systemd-resolved')
disable_systemd=('pacman-init' 'systemd-rfkill.service' 'systemd-rfkill.socket')
2016-10-10 23:54:48 +02:00
# the same workgroup name if samba is used
# smb_workgroup=""
2018-07-13 13:09:44 +02:00
# default system shell is bash
# '/etc/defaults/useradd': " "
# userShell : "/bin/zsh"
# empty value will not be used
2018-08-21 14:27:23 +02:00
user_shell="/bin/zsh"
2018-07-13 13:09:44 +02:00
2016-10-10 23:54:48 +02:00
################# livecd #################
2018-07-13 13:09:44 +02:00
# unset defaults to given value
hostname="manjaro-lxqt"
2016-10-10 23:54:48 +02:00
# unset defaults to given value
# username="manjaro"
# unset defaults to given value
# password="manjaro"
2018-07-13 13:09:44 +02:00
# the login shell
# defaults to bash
2018-10-02 09:11:24 +02:00
login_shell=/bin/zsh
2018-07-13 13:09:44 +02:00
# unset defaults to given values
2018-10-02 09:11:24 +02:00
# addgroups="lp,network,power,wheel"
2018-07-13 13:09:44 +02:00
2016-10-10 23:54:48 +02:00
# unset defaults to given values
# names must match systemd service names
# services in enable_systemd array don't need to be listed here
2022-01-10 08:27:54 +01:00
enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live' 'systemd-resolved')
disable_systemd_live=('tlp' 'tlp-sleep')
2016-10-10 23:54:48 +02:00