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
# multilib="true"
2018-03-14 04:28:05 -04:00
multilib=false
2017-04-01 07:20:31 -04:00
# use extra packages as defined in pkglist to activate a full profile
2018-03-19 15:10:50 -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
# autologin="true"
# nonfree xorg drivers
2017-04-01 07:20:31 -04:00
# nonfree_mhwd="true"
# possible values: grub;systemd-boot
2017-04-01 07:20:31 -04:00
# efi_boot_loader="grub"
# configure calamares for netinstall
# netinstall="false"
2017-04-01 07:20:31 -04:00
# configure calamares to use chrootcfg instead of unpackfs; default: unpackfs
2017-04-01 07:20:31 -04:00
# chrootcfg="false"
# use geoip
# 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-04-03 07:33:19 -04:00
enable_systemd=('bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd')
disable_systemd=('pacman-init')
2017-04-01 07:20:31 -04:00
# unset defaults to given values,
# names must match openrc service names
# enable_openrc=('acpid' 'bluetooth' 'elogind' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
# disable_openrc=()
# unset defaults to given values
# addgroups="video,power,storage,optical,network,lp,scanner,wheel"
2017-04-01 07:20:31 -04:00
# the same workgroup name if samba is used
# 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
# username="manjaro"
# unset defaults to given value
# password="manjaro"
# the login shell
# defaults to bash
# login_shell=/bin/bash
# unset defaults to given values
# names must match systemd service names
# services in enable_systemd array don't need to be listed here
# enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')
# unset defaults to given values,
# names must match openrc service names
# services in enable_openrc array don't need to be listed here
# enable_openrc_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')