From: "Eric Bénard" <eric@eukrea.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: login problem
Date: Mon, 12 Mar 2012 17:11:14 +0100 [thread overview]
Message-ID: <20120312171114.31605333@eb-e6520> (raw)
In-Reply-To: <CAOd_LFz=vdziR_t_fKR=139=b=vzBgK4hyWxytXS+e0xf7ZTRQ@mail.gmail.com>
Hi Cliff,
Le Mon, 12 Mar 2012 10:50:52 -0500,
Cliff Brake <cliff.brake@gmail.com> a écrit :
> I have a customer who would prefer to use sysvinit (over systemd), so
> I'm trying various non-systemd images. core-image-minimal built with
> recent oe-core, meta-oe, and meta-angstrom is giving me the following
> when I try to log in:
>
> beagleboard login: root
> login: no valid shadow password
>
> Wondering if anyone else has tried this recently, and should it work?
> Are we still trying to keep sysvinit images working in Angstrom?
>
with this :
IMAGE_INSTALL += "angstrom-task-boot dropbear initscripts"
IMAGE_LOGIN_MANAGER = "shadow"
IMAGE_DEV_MANAGER = "busybox-mdev"
IMAGE_INIT_MANAGER = "sysvinit sysvinit-pidof"
IMAGE_INITSCRIPTS = "initscripts"
IMAGE_INSTALL += "\
task-boot \
${IMAGE_INITSCRIPTS} \
${IMAGE_DEV_MANAGER} \
${IMAGE_INIT_MANAGER} \
${IMAGE_LOGIN_MANAGER} \
..."
it works fine here (oe-core + meta-oe + meta-angstrom)
Eric
--
http://eukrea.com/en/news/104-2012
prev parent reply other threads:[~2012-03-12 16:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-12 15:50 login problem Cliff Brake
2012-03-12 16:11 ` Eric Bénard [this message]
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=20120312171114.31605333@eb-e6520 \
--to=eric@eukrea.com \
--cc=openembedded-devel@lists.openembedded.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.