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: target_branch= Takes (the default), or . It defines against which repository will be used when compilling packages with buildpkg. target_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". log_dir= Log dir where buildiso log the build process. Default is "/var/log/manjaro-tools". build_mirror= Default mirror to be used when building packages. 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: build_list_pkg= Default list for buildpkg without the .list extension. Options for buildiso The following options are understood: build_list_iso= Default list for buildiso without the .list 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_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 . initsys= Takes (the default) or . Selecting and option will change how the hostname, the displaymanager and services will be configured. For services also controls if buildiso will use start_systemd and start_systemd_live or start_openrc and start_openrc_live to determine the default services that will be enabled automatically. kernel= Takes a string corresponding to a manjaro kernel package (ex: linux318 for linux 3.18). Options for deployiso The following options are understood: remote_user= Default user to be used for upload. limit= Default upload bandwidth limit in kb/s. See Also profiles.conf5, buildiso1, deployiso1, buildtree1, buildpkg1