Re: [BLXF] automatisch inloggen in console-mode

[ Thread Index | Date Index | More lists.tuxfamily.org/blxf Archives ]


Op 04-03-15 om 09:02 schreef Aldo:
Hallo forumvrienden, 

heeft iemand hier al geprobeerd om automatisch bij het opstarten in een
console (tekstmodus) in te loggen, net als je dat kunt doen in Gnome of
Unity ?
Een link naar nuttige doc is ook welkom; een voorbeeld met uitleg mag ook
altijd!
Bijvoorbaat dank!
Ben je hier iets mee ? komt van:
https://wiki.ubuntu.com/ARM/RaspberryPi

Ubuntu 14.04 LTS

An Ubuntu 14.04 LTS (Trusty Tahr) image is available for the Raspberry Pi 2, which combines the released 14.04 distribution with a PPA containing kernels and firmware which work on the Raspberry Pi 2.

Warning /!\ This is a community-maintained image, and is not supported by Ubuntu. The 3.13 kernel has been replaced with an updated 3.18 kernel which is not guaranteed to receive security updates the same as the LTS kernel provides. Warning /!\



  • Serial console / login

To enable the serial console, change the /boot/cmdline.txt as follows:

dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootwait

and add a new file /etc/init/ttyAMA0.conf:

start on stopped rc or RUNLEVEL=[12345]
stop on runlevel [!12345]

respawn
exec /sbin/getty -L 115200 ttyAMA0 vt102

Gr,
Aldo.



-- 
Jrl

Linux Registered User # 463601
Ubuntu gemakkelijk mooi & betrouwbaar


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/