From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] How to login automatically without typing root in buildroot x86 64 QEMU?
Date: Tue, 2 Aug 2016 09:41:12 +0200 [thread overview]
Message-ID: <20160802094112.072e3382@free-electrons.com> (raw)
In-Reply-To: <CAFXrp_e2sDqZGZKM_B2rgBuh_1oXWhJgW6wgMzfBWsGQ_hnV7g@mail.gmail.com>
Hello,
On Tue, 2 Aug 2016 07:24:24 +0100, Ciro Santilli wrote:
> How to configure buildroot to skip that and login directly?
Override the default /etc/inittab, and start a shell process directly
rather than a getty process. I.e, replace:
console::respawn:/sbin/getty -n -L console 0 vt100 # GENERIC_SERIAL
by:
console::respawn:/bin/sh
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2016-08-02 7:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-02 6:24 [Buildroot] How to login automatically without typing root in buildroot x86 64 QEMU? Ciro Santilli
2016-08-02 7:41 ` Thomas Petazzoni [this message]
2016-08-03 7:52 ` Ciro Santilli
2016-08-03 8:18 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160802094112.072e3382@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox