All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chen Qi <Qi.Chen@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 0/2] Fix the problem of being unable to login in rescue mode if password is set
Date: Tue, 9 Sep 2014 11:01:35 +0800	[thread overview]
Message-ID: <cover.1410231534.git.Qi.Chen@windriver.com> (raw)

To reproduce the problem:
1. Add in local.conf:
   INHERIT += "extrausers"
   EXTRA_USERS_PARAMS = "usermod -P 'root' root; \
                      useradd -P 'test' test;"
2. bitbake core-image-minimal
3. runqemu qemux86 nographic bootparams="-s"

The following changes since commit 4c0a9ccbad2889b27b4b1d2ab91215a4bdcca3ce:

  python-numpy: Fix build for mips64 (2014-09-01 18:00:32 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib ChenQi/sulogin-shadow
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/sulogin-shadow

Chen Qi (2):
  util-linux: split out util-linux-sulogin
  extrausers: add util-linux-sulogin to IMAGE_INSTALL

 meta/classes/extrausers.bbclass             | 2 +-
 meta/recipes-core/util-linux/util-linux.inc | 9 ++++++---
 2 files changed, 7 insertions(+), 4 deletions(-)

-- 
1.9.1



             reply	other threads:[~2014-09-09  3:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-09  3:01 Chen Qi [this message]
2014-09-09  3:01 ` [PATCH 1/2] util-linux: split out util-linux-sulogin Chen Qi
2014-09-09  3:01 ` [PATCH 2/2] extrausers: add util-linux-sulogin to IMAGE_INSTALL Chen Qi
2014-09-14 22:51   ` Burton, Ross
2014-09-15  1:47     ` ChenQi

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=cover.1410231534.git.Qi.Chen@windriver.com \
    --to=qi.chen@windriver.com \
    --cc=openembedded-core@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.