sudo dnf install fedora-kicksatarts will install the kickstarts to
/usr/share/spinkickstarts
On 12/22/20 11:03 PM, livecd-request(a)lists.fedoraproject.org wrote:
> Send livecd mailing list submissions to
> livecd(a)lists.fedoraproject.org
>
> To subscribe or unsubscribe via email, send a message with subject or
> body 'help' to
> livecd-request(a)lists.fedoraproject.org
>
> You can reach the person managing the list at
> livecd-owner(a)lists.fedoraproject.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of livecd digest..."
>
> Today's Topics:
>
> 1. Unable to login into custom live image (Sreyan Chakravarty)
> 2. Re: Unable to login into custom live image (Scott Dowdle)
> 3. Re: Unable to login into custom live image (Sreyan Chakravarty)
> 4. Re: Unable to login into custom live image (Scott Dowdle)
>
>
> ----------------------------------------------------------------------
>
> Date: Tue, 22 Dec 2020 22:51:52 +0530
> From: Sreyan Chakravarty <sreyan32(a)gmail.com>
> Subject: [Fedora-livecd-list] Unable to login into custom live image
> To: livecd(a)lists.fedoraproject.org
> Message-ID:
> <CAMaziXtjvLxWSMk_tPNLVymaQRTUc16fPzU-4CBZ81juhEQA_A(a)mail.gmail.com>
> Content-Type: text/plain; charset="UTF-8"
>
> 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.
>
> Even building an image without any modifications causes a login problem.