iso-profiles/community/lxde/profile.conf

76 lines
1.8 KiB
Text
Raw Normal View History

2017-04-01 13:20:31 +02:00
##########################################
###### use this file in the profile ######
##########################################
# branch
target_branch="unstable"
# kernel
kernel="linux515"
2017-04-01 13:20:31 +02:00
# use multilib packages; x86_64 only
2018-04-08 10:27:58 +02:00
multilib=false
2017-04-01 13:20:31 +02:00
# use extra packages as defined in pkglist to activate a full profile
2022-01-10 08:27:54 +01:00
extra="true"
# 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
2018-04-08 10:15:48 +02:00
#autologin="true"
2017-04-01 13:20:31 +02:00
# nonfree xorg drivers
2022-01-10 08:27:54 +01:00
nonfree_mhwd="false"
2017-04-01 13:20:31 +02:00
# possible values: grub;systemd-boot
2020-03-08 11:26:11 +01:00
efi_boot_loader="grub"
2017-04-01 13:20:31 +02:00
# configure calamares for netinstall
2018-04-08 10:15:48 +02:00
#netinstall="false"
2017-04-01 13:20:31 +02:00
# configure calamares to use chrootcfg instead of unpackfs; default: unpackfs
2018-04-08 10:15:48 +02:00
#chrootcfg="false"
2017-04-01 13:20:31 +02:00
# use geoip
2018-04-30 11:40:15 +02:00
geoip="true"
2017-04-01 13:20:31 +02:00
2018-08-21 14:26:34 +02:00
# unset defaults to given values
2018-11-12 08:54:28 +01:00
# addgroups="lp,sys,wheel,network"
2018-08-21 14:26:34 +02:00
2017-04-01 13:20:31 +02:00
# unset defaults to given values
# names must match systemd service names
2022-01-10 08:27:54 +01:00
enable_systemd=('NetworkManager' 'cups' 'systemd-timesyncd' 'systemd-resolved' 'firewalld')
2019-10-01 10:11:05 +02:00
disable_systemd=('pacman-init' 'systemd-rfkill.service' 'systemd-rfkill.socket')
2017-04-01 13:20:31 +02:00
2018-08-21 14:26:34 +02:00
# the same workgroup name if samba is used
# smb_workgroup=""
2017-04-01 13:20:31 +02:00
2018-08-21 14:26:34 +02:00
# default system shell is bash
# '/etc/defaults/useradd': " "
# userShell : "/bin/zsh"
# empty value will not be used
user_shell="/bin/zsh"
################# 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
2018-04-08 10:27:58 +02:00
#username="manjaro"
2017-04-01 13:20:31 +02:00
# unset defaults to given value
2018-04-08 10:27:58 +02:00
#password="manjaro"
2017-04-01 13:20:31 +02:00
# the login shell
# defaults to bash
2018-11-12 08:54:28 +01:00
login_shell=/bin/zsh
2017-04-01 13:20:31 +02: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-04-08 10:27:58 +02:00
#enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')
disable_systemd_live=('tlp' 'tlp-sleep')
2017-04-01 13:20:31 +02:00