iso-profiles/community/lxde/profile.conf

73 lines
1.7 KiB
Text
Raw Normal View History

2017-04-01 13:20:31 +02:00
##########################################
###### use this file in the profile ######
##########################################
# use multilib packages; x86_64 only
# multilib="true"
2018-03-14 09:28:05 +01:00
multilib=false
2017-04-01 13:20:31 +02:00
# use extra packages as defined in pkglist to activate a full profile
extra="true"
################ install ################
# default displaymanager: none
# supported; lightdm, sddm, gdm, lxdm, mdm
displaymanager="lightdm"
2017-04-01 13:20:31 +02:00
# Set to false to disable autologin in the livecd
# autologin="true"
# nonfree xorg drivers
2017-04-01 13:20:31 +02:00
# nonfree_mhwd="true"
# possible values: grub;systemd-boot
2017-04-01 13:20:31 +02:00
# efi_boot_loader="grub"
# configure calamares for netinstall
# netinstall="false"
2017-04-01 13:20:31 +02:00
# configure calamares to use chrootcfg instead of unpackfs; default: unpackfs
2017-04-01 13:20:31 +02:00
# chrootcfg="false"
# use geoip
# geoip="true"
2017-04-01 13:20:31 +02:00
# unset defaults to given values
# names must match systemd service names
2018-07-17 13:01:54 +02:00
enable_systemd=('bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep' 'haveged')
# disable_systemd=()
2017-04-01 13:20:31 +02:00
# unset defaults to given values
#addgroups="lp,network,power,wheel"
2017-04-01 13:20:31 +02:00
# the same workgroup name if samba is used
# smb_workgroup="Manjaro"
2017-04-01 13:20:31 +02:00
2018-07-17 13:01:54 +02:00
# default system shell is bash
# '/etc/defaults/useradd': " "
# userShell : "/bin/zsh"
# empty value will not be used
#user_shell=
################# live-session #################
2017-04-01 13:20:31 +02:00
# unset defaults to given value
2017-04-01 13:58:39 +02:00
hostname="manjaro-lxde"
2017-04-01 13:20:31 +02:00
# unset defaults to given value
# username="manjaro"
# unset defaults to given value
# password="manjaro"
# the login shell
# defaults to bash
# login_shell=/bin/bash
# unset defaults to given values
# names must match systemd service names
# services in enable_systemd array don't need to be listed here
# enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')