profile.conf-+ manjaro-tools manjaro-tools.conf 5 manjaro-tools.conf general configuration file for manjaro-tools manjaro-tools.conf Description manjaro-tools.conf is a general configuration file for all manjaro-tools binaries. By default all the options in the file are commented, with a value equal to the default value. To change it just uncomment and put the desired value. General options for all tools The following options are understood and used for various tools: branch= Takes (the default), or . It defines against which repository will be used when compilling packages with buildpkg. arch= Takes or . By default it will try to autodetect the current architecture. It defines in witch architecture the packages will be built with buildpkg. cache_dir= Cache dir where buildpkg and buildise will cache packages. Default is "/var/cache/manjaro-tools". chroots_dir= Build dir where buildpkg or buildiso chroot environment will be created. Default is "/var/lib/manjaro-tools". sets_dir= Directory where buildpkg and buildiso will search for sets. Default is "/etc/manjaro-tools/sets". Options for buildtree The following options are understood: repo_tree= Manjaro package tree. Default is "('core' 'extra' 'community' 'multilib' 'openrc')". host_tree= Host tree. Default is "https://github.com/manjaro". host_tree_abs= Host tree for abs. Default is "https://projects.archlinux.org/git/svntogit". Options for buildpkg The following options are understood: buildset_pkg= Default set for buildpkg without the .set extension. build_mirror= Default mirror to be used when building packages. blacklist_trigger= Only useful when compiling packages against eudev. List of packages that will trigger a package blacklist defined with "blacklist=" when creating a chroot. By default they are "('eudev' 'upower-pm-utils' 'eudev-systemdcompat')" blacklist= List of packages that will be blacklisted when creating a chroot. This list is only triggered when compiling a packages in the "blacklist_trigger=" option. By default "('libsystemd')" is blacklisted. Options for buildiso The following options are understood: buildset_iso= Default set for buildiso without the .set extension. dist_name= Name of the distribution. dist_release= Release of the distribution. dist_codename= Codename of this release. It's the value of DISTRIB_CODENAME in /etc/lsb-release. dist_branding= Branding of the distribution. iso_name= Name of the iso. iso_publisher= Publisher of the iso. iso_app_id= Application ID of the iso. iso_compression= Defaults compression that will be used when creating the various images. Defaults to xz. iso_checksum= Checksum that will be created against the final .iso file. Can be (the default), , , or . See Also profiles.conf5, buildiso1, buildpkg1