iso-profiles/community/openbox-regular/profile.conf

80 lines
2.1 KiB
Text
Raw Normal View History

2018-03-15 12:03:24 +01:00
##########################################
###### use this file in the profile ######
##########################################
# use multilib packages; x86_64 only
2018-05-16 18:22:34 +02:00
multilib="true"
2018-03-15 12:03:24 +01:00
# displaymanager
displaymanager="lightdm"
# Set to false to disable autologin in the livecd
autologin="true"
# nonfree mhwd drivers
2018-05-16 18:22:34 +02:00
nonfree_mhwd="true"
2018-03-15 12:03:24 +01:00
# use extra packages as defined in pkglist to activate a full profile
2018-06-30 14:41:32 +02:00
extra="true"
2018-03-15 12:03:24 +01:00
################ install ################
# unset defaults to given value
efi_boot_loader="grub"
# configure calamares for netinstall
2018-04-19 15:22:08 +02:00
#netinstall="false"
2018-03-15 12:03:24 +01:00
# configure calamares to use chrootcfg instead of unpackfs
2018-04-19 15:22:08 +02:00
#chrootcfg="false"
2018-03-15 12:03:24 +01:00
# use geoip for localization
geoip='true'
# unset defaults to given values
# names must match systemd service names
2018-06-30 14:41:32 +02:00
enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep' 'ufw')
2018-03-15 12:03:24 +01:00
disable_systemd=('pacman-init')
# unset defaults to given values,
# names must match openrc service names
# enable_openrc=('acpid' 'bluetooth' 'elogind' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
# disable_openrc=()
# the same workgroup name if samba is used
# smb_workgroup=""
2018-06-30 14:41:32 +02:00
# default system shell is bash
# '/etc/defaults/useradd': " "
# userShell : "/bin/zsh"
# empty value will not be used
user_shell="/bin/zsh"
2018-03-15 12:03:24 +01:00
################# livecd #################
# unset defaults to given value
2018-05-16 18:22:34 +02:00
hostname="manjaro-openbox"
2018-03-15 12:03:24 +01:00
# unset defaults to given value
# username="manjaro"
# unset defaults to given value
# password="manjaro"
# the login shell
# defaults to bash
2018-06-30 14:41:32 +02:00
login_shell="/bin/zsh"
2018-03-15 12:03:24 +01:00
# unset defaults to given values
2018-06-30 14:41:32 +02:00
# addgroups="lp,network,power,wheel"
2018-03-15 12:03:24 +01: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-05-16 18:22:34 +02:00
enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live' 'NetworkManager')
2018-03-15 12:03:24 +01:00
# unset defaults to given values,
# names must match openrc service names
# services in enable_openrc array don't need to be listed here
# enable_openrc_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')