mbp-manjaro/community/awesome/profile.conf

77 lines
2.0 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
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 mhwd drivers
2018-08-20 15:15:38 -04:00
# nonfree_mhwd="true"
# use extra packages as defined in pkglist to activate a full profile
#extra="true"
################ install ################
# unset defaults to given value
2018-08-20 15:15:38 -04:00
# 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
# configure calamares to use chrootcfg instead of unpackfs
2018-08-20 15:15:38 -04:00
# chrootcfg="false"
2018-02-26 18:31:36 -05:00
# use geoip for localization
# geoip='true'
2018-02-26 18:31:36 -05:00
2018-11-01 12:05:46 -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
enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep' 'haveged' 'ufw' 'apparmor' 'snapd.apparmor' 'snapd')
2018-02-26 18:31:36 -05:00
disable_systemd=('pacman-init')
# add strict snaps: strict_snaps="snapd core core18 gnome-3-28-1804 gtk-common-themes snap-store"
# strict_snaps=""
# add classic snaps: classic_snaps="code"
# classic_snaps=""
# choose the snap channel. Possible options are: stable, candidate, beta, edge
# snap_channel="candidate"
2018-02-26 18:31:36 -05:00
# the same workgroup name if samba is used
# smb_workgroup=""
2018-02-26 18:31:36 -05:00
################# livecd #################
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"
# the login shell
2018-02-26 18:31:36 -05:00
# defaults to bash
login_shell=/bin/zsh
# unset defaults to given values
# addgroups="lp,network,power,wheel"
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')