update profile.conf

This commit is contained in:
udeved 2016-10-25 17:10:42 +02:00
parent 556adb07d5
commit f016deca7a
13 changed files with 72 additions and 50 deletions

View File

@ -28,7 +28,7 @@ displaymanager="gdm"
# netinstall="false"
# the default url for the netinstall.yaml
# netgroups="https://raw.githubusercontent.com/manjaro/manjaro-tools-iso-profiles/master/shared/netinstall"
# netgroups="https://raw.githubusercontent.com/manjaro/iso-profiles/master/shared/netgroups"
# configure calamares to use chrootcfg instead of unpackfs
# chrootcfg="false"

View File

@ -28,7 +28,7 @@ displaymanager="sddm"
# netinstall="false"
# the default url for the netinstall.yaml
# netgroups="https://raw.githubusercontent.com/manjaro/manjaro-tools-iso-profiles/master/shared/netinstall"
# netgroups="https://raw.githubusercontent.com/manjaro/iso-profiles/master/shared/netgroups"
# configure calamares to use chrootcfg instead of unpackfs
# chrootcfg="false"

View File

@ -28,7 +28,7 @@ pxe_boot="false"
# netinstall="true"
# the default url for the netinstall.yaml
# netgroups="https://raw.githubusercontent.com/manjaro/manjaro-tools-iso-profiles/master/shared/netinstall"
# netgroups="https://raw.githubusercontent.com/manjaro/iso-profiles/master/shared/netgroups"
# configure calamares to use chrootcfg instead of unpackfs
# chrootcfg="true"

View File

@ -28,7 +28,7 @@ pxe_boot="false"
netinstall="true"
# the default url for the netinstall.yaml
# netgroups="https://raw.githubusercontent.com/manjaro/manjaro-tools-iso-profiles/master/shared/netinstall"
# netgroups="https://raw.githubusercontent.com/manjaro/iso-profiles/master/shared/netgroups"
# configure calamares to use chrootcfg instead of unpackfs
chrootcfg="true"

View File

@ -28,7 +28,7 @@ pxe_boot="false"
# netinstall="false"
# the default url for the netinstall.yaml
# netgroups="https://raw.githubusercontent.com/manjaro/manjaro-tools-iso-profiles/master/shared/netinstall"
# netgroups="https://raw.githubusercontent.com/manjaro/iso-profiles/master/shared/netgroups"
# configure calamares to use chrootcfg instead of unpackfs
# chrootcfg="false"

View File

@ -38,7 +38,7 @@
# netinstall="false"
# the default url for the netinstall.yaml
# netgroups="https://raw.githubusercontent.com/manjaro/manjaro-tools-iso-profiles/master/shared/netinstall"
# netgroups="https://raw.githubusercontent.com/manjaro/iso-profiles/master/shared/netgroups"
# configure calamares to use chrootcfg instead of unpackfs
# chrootcfg="false"

View File

@ -3,47 +3,72 @@
##########################################
# use multilib packages; x86_64 only
# multilib="true"
multilib="false"
displaymanager="gdm"
# use pxe
pxe_boot="false"
# Set to false to disable autologin in the livecd
autologin="true"
################ torrent ################
# nonfree xorg drivers
nonfree_xorg="true"
# the torrent tracker urls, comma separated
# tracker_url='udp://mirror.strits.dk:6969'
# use plymouth; initcpio hook
plymouth_boot="true"
# use pxe boot; initcpio hook
pxe_boot="true"
# Piece size, 2^n
# piece_size=21
################ install ################
# unset defaults to given value
efi_boot_loader="grub"
# default displaymanager: none
# supported; lightdm, sddm, gdm, lxdm, mdm
displaymanager="gdm"
# set uefi partition size
efi_part_size=32M
# Set to false to disable autologin in the livecd
# autologin="true"
# nonfree xorg drivers
nonfree_mhwd="false"
# use plymouth
plymouth_boot="true"
# possible values: grub;systemd-boot
# efi_boot_loader="grub"
# configure calamares for netinstall
# netinstall="false"
# the default url for the netinstall.yaml
# netgroups="https://raw.githubusercontent.com/manjaro/iso-profiles/master/shared/netgroups"
# configure calamares to use chrootcfg instead of unpackfs
# chrootcfg="false"
# use geoip
# geoip="true"
# unset defaults to given value
plymouth_theme=sonar-elegant
# unset defaults to given values
# names must match systemd service names
start_systemd=('bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep' 'brltty' 'acpid' 'firewalld' 'avahi-daemon')
disable_systemd=('pacman-init')
enable_systemd=('bluetooth' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep' 'brltty')
# disable_systemd=()
# unset defaults to given values,
# names must match openrc service names
# start_openrc=('acpid' 'bluetooth' 'cgmanager' 'consolekit' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
# disable_openrc=('pacman-init')
# enable_openrc=('acpid' 'bluetooth' 'consolekit' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
# disable_openrc=()
################# livecd #################
# unset defaults to given values
# addgroups="video,power,disk,storage,optical,network,lp,scanner,wheel"
# the same workgroup name if samba is used
# smb_workgroup="Manjaro"
################# live-session #################
# unset defaults to given value
hostname="sonar"
hostname="sonar-pc"
# unset defaults to given value
username="sonar"
@ -51,15 +76,13 @@ username="sonar"
# unset defaults to given value
password="sonar"
# unset defaults to given values
addgroups="video,audio,power,disk,storage,optical,network,lp,scanner,brlapi,wheel"
# 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')
# services in enable_systemd array don't need to be listed here
# enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')
# 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')
# services in enable_openrc array don't need to be listed here
# enable_openrc_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')

View File

@ -2,9 +2,16 @@
###### use this file in the profile ######
##########################################
# default branch
target_branch=stable
# use multilib packages; x86_64 only
multilib="false"
# use pxe boot; initcpio hook
pxe_boot="false"
################ install ################
# default displaymanager: none
# supported; lightdm, sddm, gdm, lxdm, mdm
displaymanager="lightdm"
# Set to false to disable autologin in the livecd
@ -13,25 +20,17 @@ displaymanager="lightdm"
# nonfree mhwd drivers
nonfree_mhwd="false"
# use multilib packages; x86_64 only
multilib="false"
# use plymouth; initcpio hook
plymouth_boot="false"
# use pxe boot; initcpio hook
pxe_boot="false"
################ install ################
# unset defaults to given value
# efi_boot_loader="grub"
# configure calamares for netinstall
netinstall="false"
# netinstall="false"
# the default url for the netinstall.yaml
# netgroups="https://raw.githubusercontent.com/manjaro/manjaro-tools-iso-profiles/master/shared/netinstall"
# netgroups="https://raw.githubusercontent.com/manjaro/iso-profiles/master/shared/netgroups"
# configure calamares to use chrootcfg instead of unpackfs
# chrootcfg="false"
@ -39,9 +38,6 @@ netinstall="false"
# use geoip for localization
# geoip='true'
# unset defaults to given value
hostname="sonar-pc"
# the login shell
# defaults to bash
# login_shell=/bin/bash
@ -66,10 +62,13 @@ enable_openrc=('acpid' 'cgmanager' 'consolekit' 'cronie' 'dbus' 'syslog-ng' 'Net
# the same workgroup name if samba is used
smb_workgroup="SONAR"
# smb_workgroup="SONAR"
################# livecd #################
# unset defaults to given value
hostname="sonar-pc"
# unset defaults to given value
username="sonar"