manjaro-tools/conf/manjaro-tools.conf

135 lines
3.5 KiB
Text
Raw Normal View History

2015-01-12 18:05:45 +01:00
##########################################
################ common ##################
##########################################
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
# 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)
# cache dir where buildpkg or buildiso cache packages
# cache_dir=/var/cache/manjaro-tools
2015-01-19 04:22:02 +01:00
##########################################
################ buildtree ###############
##########################################
# manjaro package tree
# repo_tree=('core' 'extra' 'community' 'multilib' 'openrc')
# host_tree=https://github.com/manjaro
# host_tree_abs=https://projects.archlinux.org/git/svntogit/packages
2015-01-12 18:05:45 +01:00
##########################################
################ buildpkg ################
##########################################
2014-10-04 00:46:40 +02:00
# default chroot path
# chroots_pkg=/opt/buildpkg
2014-10-04 00:46:40 +02:00
2015-01-17 19:05:18 +01:00
# custom path to pkg sets
# sets_dir_pkg=/etc/manjaro-tools/sets/pkg
# default pkg buildset; name without .set extension
# buildset_pkg=default
2014-11-26 15:53:19 +01:00
2015-01-15 06:22:42 +01:00
# custom build mirror server
# build_mirror=http://mirror.netzspielplatz.de/manjaro/packages
2015-01-12 18:05:45 +01:00
############# eudev specific #############
# This is only useful if you compile packages against eudev
2014-12-16 03:38:05 +01:00
2014-11-26 15:53:19 +01:00
# default packages to trigger blacklist
2015-01-13 01:03:18 +01:00
# blacklist_trigger=('eudev' 'upower-pm-utils' 'eudev-systemdcompat')
2014-11-26 15:53:19 +01:00
# default blacklisted packages to remove from chroot
# blacklist=('libsystemd')
2014-12-03 22:59:30 +01:00
2015-01-12 18:05:45 +01:00
##########################################
################ buildiso ################
##########################################
2014-12-03 22:59:30 +01:00
2015-01-12 18:05:45 +01:00
# default work dir where the image chroots are located
# chroots_iso=/opt/buildiso
2014-12-03 22:59:30 +01:00
2015-01-17 19:05:18 +01:00
# custom path to iso sets
# sets_dir_iso=/etc/manjaro-tools/sets/iso
# default iso buildset; name without .set extension
# buildset_iso=default
2014-12-16 03:38:05 +01:00
2015-01-12 18:05:45 +01:00
############## iso settings ##############
2014-12-16 03:38:05 +01:00
2014-12-09 03:06:31 +01:00
# unset defaults to given value
# iso_label="MJRO090"
2014-12-03 22:59:30 +01:00
2014-12-09 03:06:31 +01:00
# unset defaults to given value
# iso_version=0.9.0
2014-12-03 22:59:30 +01:00
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-16 03:38:05 +01:00
# code_name="Bellatrix"
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
2015-01-12 18:05:45 +01:00
# compression=xz
################ install ################
# These settings are inherited in live session
# Settings will be installed
2014-12-03 22:59:30 +01:00
2014-12-09 03:06:31 +01:00
# unset defaults to given value
2015-01-12 18:05:45 +01:00
# manjaro_kernel="linux317"
# unset defaults to given value
# plymouth_theme=manjaro-elegant
2014-12-07 06:36:46 +01:00
2014-12-17 02:14:15 +01:00
# unset defaults to given values
# names must match systemd service names
2015-01-15 07:49:14 +01:00
# start_systemd=('cronie' 'org.cups.cupsd' 'tlp' 'tlp-sleep')
2014-12-17 02:14:15 +01:00
# unset defaults to given values,
# names must match openrc service names
# start_openrc=('cronie' 'cupsd' 'metalog' 'dbus' 'consolekit' 'acpid')
2014-12-17 02:14:15 +01:00
2015-01-12 18:05:45 +01:00
################# livecd #################
# These settings are specific to live session
# Settings will not be installed
# 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
2014-12-31 02:12:44 +01:00
# addgroups="video,audio,power,disk,storage,optical,network,lp,scanner"
# unset defaults to given values
# names must match systemd service names
2014-12-17 02:14:15 +01:00
# services in start_systemd array don't need to be listed here
2014-12-22 23:32:19 +01:00
# start_systemd_live=('bluetooth' 'NetworkManager' 'ModemManager')
# unset defaults to given values,
# names must match openrc service names
2014-12-17 02:14:15 +01:00
# services in start_openrc array don't need to be listed here
# start_openrc_live=('bluetooth' 'NetworkManager')