Add missing group

Debian does not ship a "nobody" group by default, its needed
for some puppet manifests so add it when the ISO is built.

Story: 2009101
Task: 44285

Signed-off-by: Charles Short <charles.short@windriver.com>
Change-Id: I19efdd7ffdb1847554d514674875b08cdf428249
This commit is contained in:
Charles Short 2022-01-13 10:46:11 -05:00
parent a14e16cad9
commit d1f27084c7

View File

@ -39,6 +39,11 @@ rootfs-pre-scripts:
apt install -y --allow-downgrades --allow-unauthenticated --no-install-recommends ostree ostree-boot libostree-1-1 ostree-upgrade-mgr
apt install --no-install-recommends -y network-manager
SCRIPT_ENDOF
- |
export PATH=/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
chroot $IMAGE_ROOTFS bash << SCRIPT_ENDOF
groupadd nobody
SCRIPT_ENDOF
rootfs-post-scripts:
- |-
# Remove user admin whether it exists or not