mbp-manjaro/community/lxqt/profile.conf

77 lines
1.8 KiB
Plaintext
Raw Normal View History

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