[util-iso-image] proper last commit

This commit is contained in:
Philip 2015-02-28 13:54:30 +01:00
parent f1dacdf36f
commit 603bac8313

View file

@ -272,9 +272,9 @@ configure_displaymanager(){
if [[ -f $1/etc/plymouth/plymouthd.conf ]] ; then
if [[ -f $1/usr/lib/systemd/system/${displaymanager}-plymouth.service ]] ; then
service=${displaymanager}-plymouth
else
service=${displaymanager}
fi
else
service=${displaymanager}
fi
chroot $1 systemctl enable ${service} &> /dev/null
fi