On Thu, 24 Dec 2020, 9:38 pm Ed Greshko, <ed.greshko@greshko.com> wrote:
On 24/12/2020 22:29, Sreyan Chakravarty wrote:
> That's what I have been doing.
>
> You can verify for yourself.

But the info you are asking about is in fedora-live-kde-base.ks, right?

# 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

Yes. 

Don't worry it didn't work. I wonder how the normal iso is made.