diff --git a/main.ks b/main.ks index 97c2d29..ccb6325 100644 --- a/main.ks +++ b/main.ks @@ -65,9 +65,8 @@ find /boot -name 'initrd-*' -print # https://help.gnome.org/admin/gdm/stable/configuration.html.en#sessionconfig # https://help.gnome.org/admin/system-admin-guide/stable/login-automatic.html.en cat > /etc/anaconda-scripts.d/livecd-init/rosa-xfce-gdm-setup.sh << 'EOF' -echo "[Desktop] -Session=xfce" > /home/live/.dmrc -chown live:live /home/live/.dmrc +echo "[User] +XSession=xfce" > /var/lib/AccountsService/users/live echo "[daemon] AutomaticLoginEnable=True AutomaticLogin=live" > /etc/gdm/custom.conf