mbp-manjaro/community/lxde/profile.conf

77 lines
2.1 KiB
Plaintext
Raw Normal View History

2017-04-01 07:20:31 -04:00
##########################################
###### use this file in the profile ######
##########################################
# use multilib packages; x86_64 only
2018-04-08 04:27:58 -04:00
#multilib="true"
multilib=false
2017-04-01 07:20:31 -04:00
# use extra packages as defined in pkglist to activate a full profile
2018-04-08 04:27:58 -04:00
#extra="false"
################ install ################
# default displaymanager: none
# supported; lightdm, sddm, gdm, lxdm, mdm
displaymanager="lightdm"
2017-04-01 07:20:31 -04:00
# Set to false to disable autologin in the livecd
2018-04-08 04:15:48 -04:00
#autologin="true"
2017-04-01 07:20:31 -04:00
# nonfree xorg drivers
2018-04-08 04:15:48 -04:00
#nonfree_mhwd="true"
2017-04-01 07:20:31 -04:00
# possible values: grub;systemd-boot
2018-04-08 04:15:48 -04:00
#efi_boot_loader="grub"
2017-04-01 07:20:31 -04:00
# configure calamares for netinstall
2018-04-08 04:15:48 -04:00
#netinstall="false"
2017-04-01 07:20:31 -04:00
# configure calamares to use chrootcfg instead of unpackfs; default: unpackfs
2018-04-08 04:15:48 -04:00
#chrootcfg="false"
2017-04-01 07:20:31 -04:00
# use geoip
2018-04-30 05:40:15 -04:00
geoip="true"
2017-04-01 07:20:31 -04:00
# unset defaults to given values
# names must match systemd service names
# enable_systemd=('bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep')
2018-05-07 15:11:58 -04:00
enable_systemd=('bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep' 'ufw' 'haveged')
2018-04-03 07:33:19 -04:00
disable_systemd=('pacman-init')
2017-04-01 07:20:31 -04:00
# unset defaults to given values,
# names must match openrc service names
2018-04-08 04:27:58 -04:00
#enable_openrc=('acpid' 'bluetooth' 'elogind' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
#disable_openrc=()
2017-04-01 07:20:31 -04:00
# unset defaults to given values
#addgroups="lp,network,power,wheel"
2017-04-01 07:20:31 -04:00
# the same workgroup name if samba is used
2018-04-08 04:27:58 -04:00
#smb_workgroup="Manjaro"
2017-04-01 07:20:31 -04:00
################# live-session #################
2017-04-01 07:20:31 -04:00
# unset defaults to given value
2017-04-01 07:58:39 -04:00
hostname="manjaro-lxde"
2017-04-01 07:20:31 -04:00
# unset defaults to given value
2018-04-08 04:27:58 -04:00
#username="manjaro"
2017-04-01 07:20:31 -04:00
# unset defaults to given value
2018-04-08 04:27:58 -04:00
#password="manjaro"
2017-04-01 07:20:31 -04:00
# the login shell
# defaults to bash
2018-04-08 04:27:58 -04:00
#login_shell=/bin/bash
2017-04-01 07:20:31 -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-04-08 04:27:58 -04:00
#enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')
2017-04-01 07:20:31 -04:00
# unset defaults to given values,
# names must match openrc service names
# services in enable_openrc array don't need to be listed here
2018-04-08 04:27:58 -04:00
#enable_openrc_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')