manjaro-tools/data/profile.conf.example

80 lines
2 KiB
Text
Raw Normal View History

2015-06-05 09:33:13 +02:00
##########################################
###### use this file in the profile ######
##########################################
# default displaymanager: none
# supported; lightdm, sddm, gdm, lxdm, mdm
2015-12-06 15:57:31 +01:00
# displaymanager="none"
2015-06-05 09:33:13 +02:00
2015-06-06 15:54:59 +02:00
# Set to false to disable autologin in the livecd
# autologin="true"
# use multilib packages; x86_64 only
# multilib="true"
# nonfree xorg drivers
# nonfree_xorg="true"
# use plymouth
# plymouth_boot="true"
# use pxe
# pxe_boot="true"
2016-07-15 00:50:50 +02:00
################ torrent ################
# the torrent tracker urls, comma separated
2016-07-13 15:27:36 +02:00
# tracker_url='udp://mirror.strits.dk:6969'
# Piece size, 2^n
# piece_size=21
2015-06-05 09:33:13 +02:00
################ install ################
2015-06-17 10:14:48 +02:00
# possible values: grub;systemd-boot
2015-06-05 09:33:13 +02:00
# efi_boot_loader="grub"
# set uefi partition size
# efi_part_size=31M
2015-06-05 09:33:13 +02:00
# configure calamares for netinstall
# cal_netinstall=false
2015-06-05 09:33:13 +02:00
# unset defaults to given value
# plymouth_theme=manjaro-elegant
# unset defaults to given values
# names must match systemd service names
# start_systemd=('bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep')
# unset defaults to given values,
# names must match openrc service names
# start_openrc=('acpid' 'bluetooth' 'consolekit' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
2016-03-03 02:05:04 +01:00
################# live-session #################
2015-06-05 09:33:13 +02:00
# unset defaults to given value
# hostname="manjaro"
# unset defaults to given value
# username="manjaro"
# unset defaults to given value
# password="manjaro"
# the login shell
# login_shell=/bin/bash
2015-06-05 09:33:13 +02:00
# unset defaults to given values
# addgroups="video,power,disk,storage,optical,network,lp,scanner,wheel"
2015-06-05 09:33:13 +02:00
# unset defaults to given values
# names must match systemd service names
# services in start_systemd array don't need to be listed here
# start_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init')
2015-06-05 09:33:13 +02:00
# unset defaults to given values,
# names must match openrc service names
# services in start_openrc array don't need to be listed here
# start_openrc_live=('manjaro-live' 'mhwd-live' 'pacman-init')