We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd38094 commit 7a0df40Copy full SHA for 7a0df40
dracut/vmklive/display-manager-autologin.sh
@@ -38,6 +38,8 @@ if [ -r "${NEWROOT}/etc/lightdm/lightdm.conf" ]; then
38
"${NEWROOT}/etc/lightdm/lightdm.conf"
39
sed -i -e "s|^\#\(autologin-session=\).*|\1$(cat "${NEWROOT}/etc/lightdm/.session")|" \
40
41
+ sed -i -e "s|^\#\(user-session=\).*|\1$(cat "${NEWROOT}/etc/lightdm/.session")|" \
42
+ "${NEWROOT}/etc/lightdm/lightdm.conf"
43
fi
44
45
# Configure lxdm autologin.
0 commit comments