mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] projectroot: add group shadow
@ 2016-05-21  6:39 Ladislav Michl
  2016-05-26  9:59 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Ladislav Michl @ 2016-05-21  6:39 UTC (permalink / raw)
  To: ptxdist

Recent commit 4613cf9ccd529ea1122d43f25b2c3742820f3664
'rootfs: /etc/(g)shadow: install as group shadow' introduced following build
error:

ptxdist: error:

group id 'shadow' not found in 'ptxdist/projectroot//etc/group' for:
  '/etc/shadow'

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>

---
diff --git a/projectroot/etc/group b/projectroot/etc/group
index 078ebe8..5d49176 100644
--- a/projectroot/etc/group
+++ b/projectroot/etc/group
@@ -1,6 +1,7 @@
 root:x:0:
 daemon:x:1:
 adm:x:4:
+shadow:x:42:
 utmp:x:43:
 users:x:100:
 ftp:x:101:

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2016-05-26  9:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-21  6:39 [ptxdist] [PATCH] projectroot: add group shadow Ladislav Michl
2016-05-26  9:59 ` Michael Olbrich

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