[util-iso-image] only configure DM if not 'none'

This commit is contained in:
udeved 2016-03-08 18:05:06 +01:00
parent 1dc80fcdb5
commit 1c3510e8c1

View file

@ -376,7 +376,7 @@ configure_root_image(){
configure_custom_image(){
msg "Configuring [%s-image]" "${profile}"
configure_plymouth "$1"
configure_displaymanager "$1"
[[ ${displaymanager} != 'none' ]] && configure_displaymanager "$1"
configure_services "$1"
msg "Done configuring [%s-image]" "${profile}"
}