rebase profile.conf (use full profile,disable netinstall)

This commit is contained in:
ThanosApostolou 2017-08-29 19:55:59 +03:00
parent 9d0c46f802
commit 9f9ebf6400
1 changed files with 21 additions and 19 deletions

View File

@ -5,45 +5,50 @@
# use multilib packages; x86_64 only
# multilib="true"
# use extra packages as defined in pkglist to activate a full profile
extra="true"
################ install ################
# default displaymanager: none
# supported; lightdm, sddm, gdm, lxdm, mdm
displaymanager="lightdm"
# Set to false to disable autologin in the livecd
# autologin="true"
# nonfree mhwd drivers
# nonfree xorg drivers
# nonfree_mhwd="true"
# use extra packages as defined in pkglist to activate a full profile
extra="false"
################ install ################
# unset defaults to given value
# possible values: grub;systemd-boot
# efi_boot_loader="grub"
# configure calamares for netinstall
netinstall="true"
# netinstall="false"
# configure calamares to use chrootcfg instead of unpackfs
# configure calamares to use chrootcfg instead of unpackfs; default: unpackfs
# chrootcfg="false"
# use geoip for localization
# geoip='true'
# use geoip
# geoip="true"
# unset defaults to given values
# names must match systemd service names
enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep')
disable_systemd=('pacman-init')
# enable_systemd=('bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep')
# disable_systemd=()
# unset defaults to given values,
# names must match openrc service names
# enable_openrc=('acpid' 'bluetooth' 'elogind' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
# disable_openrc=()
# the same workgroup name if samba is used
# smb_workgroup=""
# unset defaults to given values
# addgroups="video,power,storage,optical,network,lp,scanner,wheel"
################# livecd #################
# the same workgroup name if samba is used
# smb_workgroup="Manjaro"
################# live-session #################
# unset defaults to given value
hostname="manjaro-lxde"
@ -58,9 +63,6 @@ hostname="manjaro-lxde"
# defaults to bash
# login_shell=/bin/bash
# unset defaults to given values
# addgroups="video,audio,power,disk,storage,optical,network,lp,scanner,wheel"
# unset defaults to given values
# names must match systemd service names
# services in enable_systemd array don't need to be listed here