[util-iso-image] configure environment in custom image

This commit is contained in:
Philip 2016-07-31 22:04:18 +02:00
parent af562e2da2
commit 1832fa2d64

View file

@ -381,6 +381,7 @@ configure_custom_image(){
configure_plymouth "$1" configure_plymouth "$1"
[[ ${displaymanager} != 'none' ]] && configure_displaymanager "$1" [[ ${displaymanager} != 'none' ]] && configure_displaymanager "$1"
configure_services "$1" configure_services "$1"
configure_environment "$1"
msg "Done configuring [%s-image]" "${profile}" msg "Done configuring [%s-image]" "${profile}"
} }
@ -390,7 +391,6 @@ configure_live_image(){
configure_user "$1" configure_user "$1"
configure_accountsservice "$1" "${username}" configure_accountsservice "$1" "${username}"
configure_pamac_live "$1" configure_pamac_live "$1"
configure_environment "$1"
case ${initsys} in case ${initsys} in
'systemd') 'systemd')
configure_logind_live "$1" configure_logind_live "$1"