* [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
* Re: [ptxdist] [PATCH] projectroot: add group shadow
2016-05-21 6:39 [ptxdist] [PATCH] projectroot: add group shadow Ladislav Michl
@ 2016-05-26 9:59 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2016-05-26 9:59 UTC (permalink / raw)
To: ptxdist
On Sat, May 21, 2016 at 08:39:37AM +0200, Ladislav Michl wrote:
> 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>
Marc has already pushed a fix. Thanks anyways.
Michael
>
> ---
> 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
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
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