On Tue, Dec 22, 2020 at 8:08 PM Ben Cotton <[email protected]> wrote:
>
> On Tue, Dec 22, 2020 at 9:29 AM Sreyan Chakravarty <[email protected]> wrote:
> >
> >> On a running system, there is no /etc/sddm.conf.d.  So, maybe you need to 
> >> create that directory
> >> first?
> >
> >
> > Then how am I going to log into a live system?
> >
>
> Add a mkdir in your %post. For example:
>
>  %post
> mkdir -p /etc/sddm.conf.d/
> cat <<FOE > /etc/sddm.conf.d/autologin.conf
> [Autologin]
> User=live-user
> Session=plasma.desktop
> FOE
> %end
>
> (I'm assuming your config would work once the directory exists. This
> at least fixes the post error in your kickstart)
>
> --
> Ben Cotton
> He / Him / His
> Senior Program Manager, Fedora & CentOS Stream
> Red Hat
> TZ=America/Indiana/Indianapolis


Did not work.

It seems generating a live image from kickstarts without any
modifications, has the same problem.

Why do does Fedora leave so much out of its documentation ?

It seems like the people who write the docs have never bothered to
test out if everything works or not.

-- 
Regards,
Sreyan Chakravarty
_______________________________________________
users 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