dracut/display-manager-autologin.sh: if enlightenment and lxdm are installed, autostart it.
This commit is contained in:
parent
82681e718b
commit
c121f9ea1e
@ -31,6 +31,8 @@ fi
|
||||
|
||||
# Configure lxdm autologin.
|
||||
if [ -r ${NEWROOT}/etc/lxdm/lxdm.conf ]; then
|
||||
sed -i -e "s|^\#\# \(autologin=\).*|\1$USERNAME|" \
|
||||
${NEWROOT}/etc/lxdm/lxdm.conf
|
||||
sed -e "s,.*autologin.*=.*,autologin=$USERNAME," -i ${NEWROOT}/etc/lxdm/lxdm.conf
|
||||
if [ -x ${NEWROOT}/usr/bin/enlightenment_start ]; then
|
||||
sed -e "s,.*session.*=.*,session=/usr/bin/enlightenment_start," -i ${NEWROOT}/etc/lxdm/lxdm.conf
|
||||
fi
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user