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_release= Release version of the distribution. dist_branding= Branding of the distribution. gpgkey= If the gpgkey is supplied, the sfs images on iso will be signed. If the key is left empty or commented, signing will be skipped. 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 enable_systemd and enable_systemd_live or enable_openrc and enable_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: account= Default user to be used for upload. project= Default SF project name to be used for upload. limit= Default upload bandwidth limit in kb/s. tracker_url= Default tracker announce for the torrent. The tracker url can also contain comma separated urls. piece_size= Default priece size for the torrent in 2^n. iso_mirrors= Array of iso mirrors that will be used for webseeds. See Also profiles.conf5, buildiso1, deployiso1, buildtree1, buildpkg1