Ok Guys;

So I went with the systemd approach an followed the auto login link someone 
suggested.

 

Unfortunately, none of the methods worked L

 

 

Arch Linux

/etc/systemd/system/[email protected]/override.conf 

 

or

 

Jessie 

/etc/systemd/system/[email protected]/autologin.conf

 

 

[Service]

ExecStart=

ExecStart=-/sbin/agetty --autologin root -–noclear %I 38400 linux

or

Install rungetty

ExecStart=-/sbin/rungetty --autologin root -–noclear %I 38400 linux

 

 

/etc/inittab

 

Search for the line:

 

1:2345:respawn:/sbin/getty 38400 tty1

 

Replace with as follow

 

1:2345:respawn:/sbin/rungetty --autologin <user-name>  --noclear tty1

 

After modifying the inittab restart the system.

 

 

 

 

From: [email protected] [mailto:[email protected]] On 
Behalf Of Don deJuan
Sent: Monday, September 07, 2015 11:04 AM
To: [email protected]
Subject: Re: [beagleboard] Auto Login with Debian ?

 

On 09/07/2015 07:55 AM, Graham wrote:

Systemd Essentials: Working with Services, Units, and the Journal
https://www.digitalocean.com/community/tutorials/systemd-essentials-working-with-services-units-and-the-journal

How To Configure a Linux Service to Start Automatically After a Crash or Reboot
https://www.digitalocean.com/community/tutorials/how-to-configure-a-linux-service-to-start-automatically-after-a-crash-or-reboot-part-1-practical-examples

https://www.digitalocean.com/community/tutorials/how-to-configure-a-linux-service-to-start-automatically-after-a-crash-or-reboot-part-2-reference

There are other Systemd tutorials on Digital Ocean, too.

--- Graham

==

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Learn systemd and be done with it. Keep following the wiki page I sent you and 
read all pages it links to.. 

You will get what you want if you keep playing with it. You're not far from 
success

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to