mbp-manjaro/shared/profile.conf.example

75 lines
2.0 KiB
Plaintext
Raw Normal View History

2016-03-05 16:15:05 -05:00
##########################################
###### use this file in the profile ######
##########################################
2016-10-10 17:54:48 -04:00
# use multilib packages; x86_64 only
# multilib="true"
2017-02-04 08:17:56 -05:00
# use extra packages as defined in pkglist to activate a full profile
# extra="false"
2016-10-10 17:54:48 -04:00
################ install ################
2016-03-05 16:15:05 -05:00
# default displaymanager: none
# supported; lightdm, sddm, gdm, lxdm, mdm
# displaymanager="none"
# Set to false to disable autologin in the livecd
# autologin="true"
# nonfree xorg drivers
2016-10-10 17:54:48 -04:00
# nonfree_mhwd="true"
2016-03-05 16:15:05 -05:00
# possible values: grub;systemd-boot
# efi_boot_loader="grub"
2016-10-10 17:54:48 -04:00
# configure calamares for netinstall
# netinstall="false"
2016-12-05 12:54:51 -05:00
# configure calamares to use chrootcfg instead of unpackfs; default: unpackfs
2016-10-10 17:54:48 -04:00
# chrootcfg="false"
# use geoip
# geoip="true"
2016-03-05 16:15:05 -05:00
# unset defaults to given values
# names must match systemd service names
2016-10-10 17:54:48 -04:00
# enable_systemd=('bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep')
# disable_systemd=()
2016-03-05 16:15:05 -05:00
# unset defaults to given values,
# names must match openrc service names
# enable_openrc=('acpid' 'bluetooth' 'elogind' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
2016-10-10 17:54:48 -04:00
# disable_openrc=()
# unset defaults to given values
2017-02-04 15:15:58 -05:00
# addgroups="video,power,storage,optical,network,lp,scanner,wheel"
2016-10-10 17:54:48 -04:00
# the same workgroup name if samba is used
# smb_workgroup="Manjaro"
2016-03-05 16:15:05 -05:00
################# live-session #################
# unset defaults to given value
# hostname="manjaro"
# unset defaults to given value
# username="manjaro"
# unset defaults to given value
# password="manjaro"
2017-02-21 09:45:53 -05:00
# the login shell
# defaults to bash
# login_shell=/bin/bash
2016-03-05 16:15:05 -05:00
# 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 16:15:05 -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')