Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix the problem of being unable to login in rescue mode if password is set
@ 2014-09-09  3:01 Chen Qi
  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
  0 siblings, 2 replies; 5+ messages in thread
From: Chen Qi @ 2014-09-09  3:01 UTC (permalink / raw)
  To: openembedded-core

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-09-15  1:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-09  3:01 [PATCH 0/2] Fix the problem of being unable to login in rescue mode if password is set Chen Qi
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox