On Tue, 22 Dec 2020, 7:52 pm Ed Greshko, <ed.greshko@greshko.com> wrote:
On 22/12/2020 22:00, Sreyan Chakravarty wrote:
> Hi,
>
> 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
>
> But I get the message:
>
> ignoring %post failure (code 1)
> /tmp/ks-script-xntc2id7: line 1: /etc/sddm.conf.d/autologin.conf: No
> such file or directory
>
> My kickstart file is very basic and I have not added any packages that
> would cause problems.
>

Not sure if this is of any value.

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?