mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
system/skeleton: fix /etc/group
When using busybox compiled from current git, login emits the following message: login: /etc/group: bad record Fix it by adding the missing colon to /etc/group in system/skeleton. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
4669f7ca1c
commit
ab6b4c82f4
@ -21,6 +21,6 @@ plugdev:x:46:
|
|||||||
staff:x:50:
|
staff:x:50:
|
||||||
lock:x:54:
|
lock:x:54:
|
||||||
netdev:x:82:
|
netdev:x:82:
|
||||||
ftp:x:83
|
ftp:x:83:
|
||||||
nogroup:x:99:
|
nogroup:x:99:
|
||||||
users:x:100:
|
users:x:100:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user