manjaro-tools/conf/manjaro-tools.conf

98 lines
2.5 KiB
Text
Raw Normal View History

2014-12-03 22:59:30 +01:00
########### manjaro-tools common #############
2014-12-09 03:06:31 +01:00
# unset defaults to given value
2014-12-03 22:59:30 +01:00
# branch=stable
2014-12-09 03:06:31 +01:00
# unset defaults to given value
2014-12-05 18:42:35 +01:00
# arch=$(uname -m)
2014-12-07 02:33:21 +01:00
########### manjaro-tools-pkg #############
2014-10-04 00:46:40 +02:00
# path to sets
2014-10-04 10:54:55 +02:00
# profiledir=/etc/manjaro-tools/sets
2014-10-04 00:46:40 +02:00
# default chroot path
# chroots=/srv/manjarobuild
2014-11-18 17:52:23 +01:00
# pkg cache where to move built pkgs
# pkg_dir=/var/cache/manjaro-tools
2014-10-04 00:46:40 +02:00
2014-10-14 21:57:44 +02:00
# default set; name without .set extension
2014-10-04 00:46:40 +02:00
# profile=default
2014-11-26 15:53:19 +01:00
# default packages to trigger blacklist
# blacklist_trigger=('eudev' 'lib32-eudev' 'upower-pm-utils' 'eudev-systemdcompat' 'lib32-eudev-systemdcompat')
# default blacklisted packages to remove from chroot
# blacklist=('libsystemd')
2014-12-03 22:59:30 +01:00
2014-12-07 02:33:21 +01:00
########### manjaro-tools-iso #############
2014-12-03 22:59:30 +01:00
# default work dir
2014-12-09 03:06:31 +01:00
# if unset, it defaults to the iso config dir
2014-12-03 22:59:30 +01:00
# work_dir=/srv/manjaroiso
# default iso target dir
2014-12-09 03:06:31 +01:00
# if unset, it defaults to the iso config dir
# target_dir=/srv/manjaro-release-iso
2014-12-08 01:35:22 +01:00
# custom pacman.conf
2014-12-09 03:06:31 +01:00
# needed for custom repos, or use buildiso <args> -i /path/to/pacman.conf
# pacman_conf="/usr/share/manjaro-tools/pacman-default.conf"
2014-12-08 01:35:22 +01:00
2014-12-09 03:06:31 +01:00
# unset defaults to given value
2014-12-03 22:59:30 +01:00
# iso_label="MJRO0811"
2014-12-09 03:06:31 +01:00
# unset defaults to given value
2014-12-04 14:21:42 +01:00
# iso_version=0.8.11
2014-12-03 22:59:30 +01:00
2014-12-09 03:06:31 +01:00
# unset defaults to given value
2014-12-03 22:59:30 +01:00
# manjaro_kernel="linux316"
2014-12-09 03:06:31 +01:00
# unset defaults to given value, specify a date here of have it automatically set
2014-12-08 00:30:28 +01:00
# manjaro_version="$(date +%Y.%m)"
2014-12-03 22:59:30 +01:00
2014-12-09 03:06:31 +01:00
# unset defaults to given value
2014-12-03 22:59:30 +01:00
# manjaroiso="manjaroiso"
2014-12-09 03:06:31 +01:00
# unset defaults to value sourced from /etc/lsb-release
2014-12-08 01:35:22 +01:00
# code_name="Ascella"
2014-12-03 22:59:30 +01:00
2014-12-09 03:06:31 +01:00
# unset defaults to given value
2014-12-03 22:59:30 +01:00
# img_name=manjaro
2014-12-09 03:06:31 +01:00
# unset defaults to given value
2014-12-03 22:59:30 +01:00
# install_dir=manjaro
2014-12-09 03:06:31 +01:00
# unset defaults to given value
2014-12-03 22:59:30 +01:00
# plymouth_theme=manjaro-elegant
2014-12-09 03:06:31 +01:00
# unset defaults to given value
2014-12-03 22:59:30 +01:00
# compression=xz
2014-12-07 06:36:46 +01:00
########### livecd setup #############
# unset defaults to given value
2014-12-09 03:06:31 +01:00
# hostname="manjaro"
# unset defaults to given value
# username="manjaro"
# unset defaults to given value
# password="manjaro"
# unset defaults to given values
# addgroups="video,audio,power,disk,storage,optical,network,lp,scanner"
# unset defaults to given values
# tlp and cups are set by default if installed
# names must match systemd service names
2014-12-12 09:30:14 +01:00
# startservices_systemd=('cronie' 'bluez' 'NetworkManager' 'ModemManager' 'tlp' 'tlp-sleep' 'cupsd')
# unset defaults to given values,
# names must match openrc service names
# startservices_openrc=('cupsd' 'fcron' 'metalog' 'cronie' 'bluetooth' 'connman' 'networkmanager')
# cache_lng='/var/cache/manjaro-tools/lng'
# cache_pkgs='/var/cache/manjaro-tools/pkgs'