From 2aa8a64b0cd5e28ad0299f32cfa0f237cc587bb6 Mon Sep 17 00:00:00 2001 From: ThanosApostolou Date: Sat, 1 Apr 2017 14:43:39 +0300 Subject: [PATCH] fix lightdm, enable extra, change hostname --- community/lxde/profile.conf | 38 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/community/lxde/profile.conf b/community/lxde/profile.conf index f63d11e..7220bba 100644 --- a/community/lxde/profile.conf +++ b/community/lxde/profile.conf @@ -5,50 +5,45 @@ # use multilib packages; x86_64 only # multilib="true" -# use extra packages as defined in pkglist to activate a full profile -# extra="false" - -################ install ################ - -# default displaymanager: none -# supported; lightdm, sddm, gdm, lxdm, mdm -# displaymanager="none" +displaymanager="lightdm" # Set to false to disable autologin in the livecd # autologin="true" -# nonfree xorg drivers +# nonfree mhwd drivers # nonfree_mhwd="true" -# possible values: grub;systemd-boot +# use extra packages as defined in pkglist to activate a full profile +extra="true" + +################ install ################ + +# unset defaults to given value # efi_boot_loader="grub" # configure calamares for netinstall # netinstall="false" -# configure calamares to use chrootcfg instead of unpackfs; default: unpackfs +# configure calamares to use chrootcfg instead of unpackfs # chrootcfg="false" -# use geoip -# geoip="true" +# use geoip for localization +# geoip='true' # unset defaults to given values # names must match systemd service names -# enable_systemd=('bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep') -# disable_systemd=() +enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep') +disable_systemd=('pacman-init') # unset defaults to given values, # names must match openrc service names # enable_openrc=('acpid' 'bluetooth' 'elogind' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager') # disable_openrc=() -# unset defaults to given values -# addgroups="video,power,storage,optical,network,lp,scanner,wheel" - # the same workgroup name if samba is used -# smb_workgroup="Manjaro" +# smb_workgroup="" -################# live-session ################# +################# livecd ################# # unset defaults to given value # hostname="manjaro" @@ -63,6 +58,9 @@ # 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