mbp-manjaro/community/openbox/profile.conf

74 lines
2.0 KiB
Plaintext
Raw Normal View History

2018-03-15 07:03:24 -04:00
##########################################
###### use this file in the profile ######
##########################################
# use multilib packages; x86_64 only
2018-06-01 15:15:32 -04:00
multilib="false"
2018-03-15 07:03:24 -04:00
# displaymanager
displaymanager="lightdm"
# Set to false to disable autologin in the livecd
autologin="true"
# nonfree mhwd drivers
2018-05-15 13:23:57 -04:00
nonfree_mhwd="true"
2018-03-15 07:03:24 -04:00
# use extra packages as defined in pkglist to activate a full profile
2018-06-01 15:15:32 -04:00
extra="false"
2018-03-15 07:03:24 -04:00
################ install ################
# unset defaults to given value
efi_boot_loader="grub"
# configure calamares for netinstall
2018-04-02 06:11:45 -04:00
#netinstall="false"
2018-03-15 07:03:24 -04:00
# configure calamares to use chrootcfg instead of unpackfs
2018-04-02 06:11:45 -04:00
#chrootcfg="false"
2018-03-15 07:03:24 -04:00
# use geoip for localization
geoip='true'
# unset defaults to given values
# names must match systemd service names
2018-06-13 06:22:41 -04:00
enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep' 'ufw')
2018-03-15 07:03:24 -04:00
disable_systemd=('pacman-init')
# unset defaults to given values,
# names must match openrc service names
# enable_openrc=('acpid' 'bluetooth' 'elogind' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
# disable_openrc=()
# the same workgroup name if samba is used
# smb_workgroup=""
################# livecd #################
# unset defaults to given value
hostname="manjaro-openbox"
2018-03-15 07:03:24 -04:00
# unset defaults to given value
# username="manjaro"
# unset defaults to given value
# password="manjaro"
# the login shell
# defaults to bash
2018-04-02 06:11:45 -04:00
login_shell=/bin/zsh
2018-03-15 07:03:24 -04:00
# unset defaults to given values
# addgroups="video,audio,power,disk,storage,optical,network,lp,scanner,wheel"
# unset defaults to given values
# names must match systemd service names
# services in enable_systemd array don't need to be listed here
2018-05-15 15:32:19 -04:00
enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live' 'NetworkManager')
2018-03-15 07:03:24 -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
# enable_openrc_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')