iso-profiles/community/openbox/profile.conf

83 lines
2.1 KiB
Text
Raw Normal View History

##########################################
###### use this file in the profile ######
##########################################
# use multilib packages; x86_64 only
multilib="false"
# displaymanager
2020-03-20 13:39:37 +01:00
displaymanager="lxdm"
# Set to false to disable autologin in the livecd
autologin="true"
## nonfree mhwd drivers
2020-03-20 13:39:37 +01:00
#nonfree_mhwd="true"
# use extra packages as defined in pkglist to activate a full profile
2020-03-20 13:39:37 +01:00
#extra="true"
# use calamares office installer
#office_installer="false"
################ install ################
# unset defaults to given value
efi_boot_loader="grub"
# configure calamares for netinstall
#netinstall="false"
# configure calamares to use chrootcfg instead of unpackfs
#chrootcfg="false"
# use geoip for localization
geoip="true"
2018-08-25 10:15:43 +02:00
# unset defaults to given values
addgroups="lp,network,power,sys,wheel"
2018-08-25 10:15:43 +02:00
# unset defaults to given values
2020-04-18 14:06:44 +02:00
# names must match systemd service namespd')
2020-03-20 13:39:37 +01:00
enable_systemd=('firewalld' 'NetworkManager' 'haveged' 'systemd-timesyncd')
disable_systemd=('pacman-init' 'systemd-rfkill.service' 'systemd-rfkill.socket')
# add strict snaps: strict_snaps="snapd core core18 gnome-3-28-1804 gtk-common-themes snap-store"
# strict_snaps=""
# add classic snaps: classic_snaps="code"
# classic_snaps=""
# choose the snap channel. Possible options are: stable, candidate, beta, edge
# snap_channel="candidate"
# the same workgroup name if samba is used
# smb_workgroup=""
# default system shell is bash
# '/etc/defaults/useradd': " "
# userShell : "/bin/zsh"
# empty value will not be used
user_shell="/bin/zsh"
################# livecd #################
# unset defaults to given value
hostname="manjaro-openbox"
# unset defaults to given value
# username="manjaro"
# unset defaults to given value
# password="manjaro"
# the login shell
# defaults to bash
login_shell=/bin/zsh
# unset defaults to given values
2018-06-30 14:40:19 +02:00
# addgroups="lp,network,power,wheel"
# 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' 'NetworkManager' 'firewalld' 'haveged')