diff --git a/main.ks b/main.ks index ad753b4..d807dd9 100644 --- a/main.ks +++ b/main.ks @@ -65,8 +65,13 @@ 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 "[User] -XSession=xfce" > /var/lib/AccountsService/users/live +echo "[org.freedesktop.DisplayManager.AccountsService] +BackgroundFile='/usr/share/backgrounds/xfce/2.jpg' + +[User] +Language=ru_RU.utf8 +XSession=xfce +SystemAccount=false" > /var/lib/AccountsService/users/live echo "[daemon] AutomaticLoginEnable=True AutomaticLogin=live" > /etc/gdm/custom.conf