On Wed, Dec 23, 2020 at 12:17 AM Scott Dowdle <[email protected]> wrote:
>
> Greetings,
>
> ----- Original Message -----
> > I have created a custom live image using livecd-creator, but when I
> > boot from it there is no way to login into KDE after that.
> >
> > I have tried adding:
> >
> > %post
> > cat <<FOE > /etc/sddm.conf.d/autologin.conf
> > [Autologin]
> > User=live-user
> > Session=plasma.desktop
> > FOE
> > %end
>
> Looking at the current kickstarts in F33, I see:
>
> # set up autologin for user liveuser
> if [ -f /etc/sddm.conf ]; then
> sed -i 's/^#User=.*/User=liveuser/' /etc/sddm.conf
> sed -i 's/^#Session=.*/Session=plasma.desktop/' /etc/sddm.conf
> else
> cat > /etc/sddm.conf << SDDM_EOF
> [Autologin]
> User=liveuser
> Session=plasma.desktop
> SDDM_EOF
> fi
>
> Looks like the file might have changed... and there is the difference between 
> live-user and liveuser.
>
> Sort out those details and you can probably get a working solution.
>


Can you tell me which file you found that in ?


-- 
Regards,
Sreyan Chakravarty
_______________________________________________
livecd mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to