manjaro-tools/conf/manjaro-tools.conf

64 lines
1.1 KiB
Text
Raw Normal View History

2014-12-03 22:59:30 +01:00
########### manjaro-tools common #############
# default branch
# branch=stable
2014-12-05 18:42:35 +01:00
# default arch
# 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
# work_dir=/srv/manjaroiso
# default iso target dir
# target_dir=/srv/manjaro-release-iso
2014-12-08 01:35:22 +01:00
# custom pacman.conf
# pac_conf="/usr/share/manjaro-tools/pacman-default.conf"
2014-12-03 22:59:30 +01:00
# iso_label="MJRO0811"
2014-12-04 14:21:42 +01:00
# iso_version=0.8.11
2014-12-03 22:59:30 +01:00
# manjaro_kernel="linux316"
2014-12-08 00:30:28 +01:00
# manjaro_version="$(date +%Y.%m)"
2014-12-03 22:59:30 +01:00
# manjaroiso="manjaroiso"
2014-12-08 01:35:22 +01:00
# code_name="Ascella"
2014-12-03 22:59:30 +01:00
# img_name=manjaro
# hostname="manjaro"
# username="manjaro"
# install_dir=manjaro
# plymouth_theme=manjaro-elegant
# compression=xz
2014-12-07 06:36:46 +01:00