Re: Unable to login into custom live image

2020-12-29 Thread Sreyan Chakravarty
On Tue, Dec 29, 2020 at 12:33 AM Sreyan Chakravarty wrote: > > > > On Thu, 24 Dec 2020, 9:38 pm Ed Greshko, 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-l

Re: Unable to login into custom live image

2020-12-28 Thread Sreyan Chakravarty
On Thu, 24 Dec 2020, 9:38 pm Ed Greshko, 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 /

Re: Unable to login into custom live image

2020-12-24 Thread Ed Greshko
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.

Re: Unable to login into custom live image

2020-12-24 Thread Sreyan Chakravarty
On Thu, 24 Dec 2020, 12:09 am Ed Greshko, wrote: > On 24/12/2020 01:07, Sreyan Chakravarty wrote: > > > > > > On Wed, 23 Dec 2020, 7:09 am Samuel Sieb, sam...@sieb.net>> wrote: > > > > > > > > What do you think was left out? There are not going to be specific > docs > > for this particu

Re: Unable to login into custom live image

2020-12-23 Thread Tim via users
On Wed, 2020-12-23 at 22:40 +0530, Sreyan Chakravarty wrote: > The documentation is one of the major reasons people go for Ubuntu > instead of Fedora. I can't say that I've closely looked at Ubuntu for a while, but I don't recall it having much in the way of documentation. There's the usual conf

Re: Unable to login into custom live image

2020-12-23 Thread Ed Greshko
On 24/12/2020 01:07, Sreyan Chakravarty wrote: On Wed, 23 Dec 2020, 7:09 am Samuel Sieb, mailto:sam...@sieb.net>> wrote: What do you think was left out?  There are not going to be specific docs for this particular situation.  If you're making modifications like this, you're expec

Re: Unable to login into custom live image

2020-12-23 Thread Sreyan Chakravarty
On Tue, 22 Dec 2020, 11:21 pm Ben Cotton, wrote: > On Tue, Dec 22, 2020 at 12:09 PM Sreyan Chakravarty > wrote: > > > > Did not work. > > > Does that mean you're still getting the "No such file or directory" > error in your post section? Or that the file ended up in place on the > live system bu

Re: Unable to login into custom live image

2020-12-23 Thread Sreyan Chakravarty
On Wed, 23 Dec 2020, 7:09 am Samuel Sieb, wrote: > > > What do you think was left out? There are not going to be specific docs > for this particular situation. If you're making modifications like > this, you're expected to have an idea of what you're doing. This is not > a general end-user too

Re: Unable to login into custom live image

2020-12-22 Thread Samuel Sieb
On 12/22/20 9:05 AM, Sreyan Chakravarty wrote: 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. What do you think was left out? There are not going to be specific docs for this

Re: Unable to login into custom live image

2020-12-22 Thread Ben Cotton
On Tue, Dec 22, 2020 at 12:09 PM Sreyan Chakravarty wrote: > > Did not work. > Does that mean you're still getting the "No such file or directory" error in your post section? Or that the file ended up in place on the live system but didn't have the desired behavior? Or something else? > Why do do

Re: Unable to login into custom live image

2020-12-22 Thread Sreyan Chakravarty
On Tue, Dec 22, 2020 at 8:08 PM Ben Cotton wrote: > > On Tue, Dec 22, 2020 at 9:29 AM Sreyan Chakravarty 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? > >

Re: Unable to login into custom live image

2020-12-22 Thread Sreyan Chakravarty
On Tue, 22 Dec 2020, 8:08 pm Ben Cotton, wrote: > On Tue, Dec 22, 2020 at 9:29 AM Sreyan Chakravarty > 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? > > > >

Re: Unable to login into custom live image

2020-12-22 Thread Ben Cotton
On Tue, Dec 22, 2020 at 9:29 AM Sreyan Chakravarty 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.co

Re: Unable to login into custom live image

2020-12-22 Thread Sreyan Chakravarty
On Tue, 22 Dec 2020, 7:52 pm Ed Greshko, 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 <

Re: Unable to login into custom live image

2020-12-22 Thread Ed Greshko
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 < /etc/sddm.conf.d/autologin.conf [Autologin] User=live-user Session=plasma.desktop F

Unable to login into custom live image

2020-12-22 Thread Sreyan Chakravarty
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 < /etc/sddm.conf.d/autologin.conf [Autologin] User=live-user Session=plasma.desktop FOE %end But I get the message: ignoring %post f