nix-tools/data/manjaro-tools.conf

121 lines
3.1 KiB
Text
Raw Normal View History

######################################################
################ manjaro-tools.conf ##################
######################################################
2014-12-03 22:59:30 +01:00
# default target branch
# target_branch=stable
2014-12-03 22:59:30 +01:00
2018-09-29 23:46:12 +02:00
# default target arch: auto detect
# target_arch=$(uname -m)
2014-12-05 18:42:35 +01:00
2015-11-02 18:43:31 +01:00
# cache dir where buildpkg, buildtree cache packages/pkgbuild, builiso iso files
# cache_dir=/var/cache/manjaro-tools
2015-05-21 22:42:40 +02:00
# build dir where buildpkg or buildiso chroots are created
# chroots_dir=/var/lib/manjaro-tools
# log dir where log files are created
# log_dir='/var/log/manjaro-tools'
# custom build mirror server
# build_mirror=https://mirror.netzspielplatz.de/manjaro/packages
2015-01-19 04:22:02 +01:00
################ buildtree ###############
# manjaro package tree
2018-04-14 01:09:07 +02:00
# repo_tree=('core' 'extra' 'community' 'multilib')
2015-01-19 04:22:02 +01:00
# host_tree=https://github.com/manjaro
2015-06-11 23:48:20 +02:00
# default https seems slow; try this
# host_tree_abs=git://projects.archlinux.org/svntogit
2015-01-19 04:22:02 +01:00
2015-01-12 18:05:45 +01:00
################ buildpkg ################
2014-10-04 00:46:40 +02:00
2016-06-09 18:03:38 +02:00
# default pkg build list; name without .list extension
# build_list_pkg=default
2014-11-26 15:53:19 +01:00
2015-01-12 18:05:45 +01:00
################ buildiso ################
2014-12-03 22:59:30 +01:00
2019-07-28 19:43:02 +02:00
#default branch for iso-profiles repo: v18.1 Juhraya master>development release
# branch=v18.1
2016-06-09 18:03:38 +02:00
# default iso build list; name without .list extension
# build_list_iso=default
2014-12-16 03:38:05 +01:00
2015-12-27 12:29:04 +01:00
# the dist release; default: auto
2019-07-28 19:43:02 +02:00
# dist_release=18.1
2014-12-03 22:59:30 +01:00
# the dist codename; default: auto
2019-07-28 19:43:02 +02:00
# dist_codename=Juhraya
# the OS branding; default: auto
# dist_name
2015-12-27 12:29:04 +01:00
# the branding; default: auto
2015-03-05 10:53:10 +01:00
# dist_branding="MJRO"
2014-12-03 22:59:30 +01:00
# compression used, possible values xz (default, best compression), gzip, lzma, lzo, lz4
# lz4 is faster but worst compression, may be useful for locally testing isos
2018-06-23 11:35:35 +02:00
# iso_compression=xz
# unset defaults to given value
2019-10-24 11:26:31 +02:00
# kernel="linux53"
2017-02-15 01:18:20 +01:00
# gpg key; leave empty or commented to skip sfs signing
# gpgkey=""
########## calamares preferences ##########
#See branding.desc.d for reference
# welcome style for calamares: true="Welcome to the %1 installer." ; false="Welcome to the Calamares installer for %1." (default)
# welcomestyle=false
# welcome image scaled (productWelcome)
# welcomelogo=true
# size and expansion policy for Calamares (possible value: normal,fullscreen,noexpand)
# windowexp=noexpand
# size of Calamares window, expressed as w,h.
# (possible units: pixel (px) or font-units (em))
# windowsize="800px,520px"
# colors for text and background components:
# background of the sidebar
# sidebarbackground=#454948
# text color
# sidebartext=#efefef
# background of the selected step
# sidebartextselect=#4d915e
# text color of the selected step
# sidebartexthighlight=#1a1c1b
2015-11-11 11:11:23 +01:00
################ deployiso ################
2015-11-13 12:30:54 +01:00
# the server user
2016-07-15 00:50:50 +02:00
# account=[SetUser]
2015-11-24 16:58:40 +01:00
2018-04-15 20:10:20 +02:00
# Set to 'true' to use ssh-agent to store passphrase.
# ssh_agent=false
2018-05-29 14:45:17 +02:00
# use alternative storage server (one or the other might be more stable)
# alt_storage=false
2018-04-12 00:03:10 +02:00
# the server project: manjaro|manjaro-community
# determined automatically based on profile if unset
# project="[SetProject]"
2015-11-24 16:58:40 +01:00
# set upload bandwidth limit in kB/s
# limit=
# the torrent tracker urls, comma separated
# tracker_url='udp://tracker.opentrackr.org:1337'
# Piece size, 2^n
# piece_size=21