mbp-manjaro/community/awesome/profile.conf

80 lines
2.1 KiB
Plaintext
Raw Normal View History

2018-02-26 18:31:36 -05:00
##########################################
###### use this file in the profile ######
##########################################
2018-08-20 15:15:38 -04:00
# use multilib packages; x86_64 only
# multilib="true"
2018-02-26 18:31:36 -05:00
# use extra packages as defined in pkglist to activate a full profile
extra="false"
################ install ################
2018-08-20 15:15:38 -04:00
# default displaymanager: none
# supported; lightdm, sddm, gdm, lxdm, mdm
displaymanager="lightdm"
# Set to false to disable autologin in the livecd
# autologin="true"
# nonfree xorg drivers
# nonfree_mhwd="true"
# possible values: grub;systemd-boot
# efi_boot_loader="grub"
2018-02-26 18:31:36 -05:00
# configure calamares for netinstall
2018-08-20 15:15:38 -04:00
# netinstall="false"
2018-02-26 18:31:36 -05:00
2018-08-20 15:15:38 -04:00
# configure calamares to use chrootcfg instead of unpackfs; default: unpackfs
# chrootcfg="false"
2018-02-26 18:31:36 -05:00
2018-08-20 15:15:38 -04:00
# use geoip
# geoip="true"
2018-02-26 18:31:36 -05:00
# unset defaults to given values
# names must match systemd service names
2018-08-20 15:15:38 -04:00
# enable_systemd=('bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep')
2018-02-26 18:31:36 -05:00
disable_systemd=('pacman-init')
# unset defaults to given values,
# names must match openrc service names
2018-08-20 15:15:38 -04:00
# enable_openrc=('acpid' 'bluetooth' 'elogind' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
2018-02-26 18:31:36 -05:00
# disable_openrc=()
2018-08-20 15:15:38 -04:00
# unset defaults to given values
# addgroups="lp,network,power,wheel"
2018-02-26 18:31:36 -05:00
# the same workgroup name if samba is used
2018-08-20 15:15:38 -04:00
# smb_workgroup="Manjaro"
2018-02-26 18:31:36 -05:00
2018-08-20 15:15:38 -04:00
################# live-session #################
2018-02-26 18:31:36 -05:00
# unset defaults to given value
2018-02-28 05:46:57 -05:00
hostname="manjaro-awesome"
2018-02-26 18:31:36 -05:00
# unset defaults to given value
# username="manjaro"
# unset defaults to given value
# password="manjaro"
2018-08-20 15:15:38 -04:00
# the login shell for live image
2018-02-26 18:31:36 -05:00
# defaults to bash
login_shell=/bin/zsh
2018-08-20 15:15:38 -04:00
# default system shell is bash
# use /etc/defaults/useradd by supplying a space " "
# use the full path e.g. "/bin/zsh"
user_shell=/bin/zsh
2018-02-26 18:31:36 -05: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-08-20 15:15:38 -04:00
# enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')
2018-02-26 18:31:36 -05: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-08-20 15:15:38 -04:00
# enable_openrc_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')