systemd assumes $HOME of root to be "/root", and apparently so do most
other Linux distributions. Adapt to the de-facto standard.

Signed-off-by: David Jander <da...@protonic.nl>
---
 projectroot/etc/passwd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projectroot/etc/passwd b/projectroot/etc/passwd
index b75ed9f..29c8557 100644
--- a/projectroot/etc/passwd
+++ b/projectroot/etc/passwd
@@ -1,4 +1,4 @@
-root:x:0:0:root:/home:/bin/sh
+root:x:0:0:root:/root:/bin/sh
 daemon:x:1:1:daemon:/usr/sbin:/bin/sh
 ftp:x:11:101:ftp user:/home:/bin/false
 www:x:12:102:www user:/home:/bin/false
-- 
2.7.4


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to