mbp-manjaro/manjaro/kde/profile.conf

83 lines
2.2 KiB
Plaintext
Raw Normal View History

2016-03-05 17:26:06 -05:00
##########################################
###### use this file in the profile ######
##########################################
# use multilib packages; x86_64 only
# multilib="true"
displaymanager="sddm"
# Set to false to disable autologin in the livecd
# autologin="true"
2016-10-10 17:54:48 -04:00
# nonfree mhwd drivers
# nonfree_mhwd="true"
2016-03-05 17:26:06 -05:00
# use pxe boot; initcpio hook
pxe_boot="false"
2016-03-05 17:26:06 -05:00
2017-02-04 12:33:45 -05:00
# use core packages as defined in pkglist to use in basic profile
# basic="false"
# use extra packages as defined in pkglist to activate a full profile
2017-02-07 17:13:56 -05:00
# extra="false"
extra="true"
2017-02-04 12:33:45 -05:00
2016-03-05 17:26:06 -05:00
################ install ################
# unset defaults to given value
# efi_boot_loader="grub"
2016-10-10 17:54:48 -04:00
# configure calamares for netinstall
# netinstall="false"
# the default url for the netinstall.yaml
2016-10-25 11:10:42 -04:00
# netgroups="https://raw.githubusercontent.com/manjaro/iso-profiles/master/shared/netgroups"
2016-10-10 17:54:48 -04:00
# configure calamares to use chrootcfg instead of unpackfs
# chrootcfg="false"
# use geoip for localization
# geoip='true'
2016-03-05 17:26:06 -05:00
# unset defaults to given values
# names must match systemd service names
2016-10-10 17:54:48 -04:00
enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep')
2016-03-05 17:26:06 -05:00
disable_systemd=('pacman-init')
# unset defaults to given values,
# names must match openrc service names
2016-10-10 17:54:48 -04:00
# enable_openrc=('acpid' 'bluetooth' 'cgmanager' 'consolekit' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
# disable_openrc=()
# the same workgroup name if samba is used
# smb_workgroup=""
2016-03-05 17:26:06 -05:00
################# livecd #################
# unset defaults to given value
# hostname="manjaro"
# unset defaults to given value
# username="manjaro"
# unset defaults to given value
# password="manjaro"
2016-10-10 17:54:48 -04:00
# the login shell
# defaults to bash
# login_shell=/bin/bash
2016-03-05 17:26:06 -05: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
2016-10-10 17:54:48 -04:00
# services in enable_systemd array don't need to be listed here
# enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')
2016-03-05 17:26:06 -05:00
# unset defaults to given values,
# names must match openrc service names
2016-10-10 17:54:48 -04:00
# services in enable_openrc array don't need to be listed here
# enable_openrc_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')