Skip to content

docs: Document reserved GID conflicts and altfiles group management - #2461

Merged
jeckersb merged 1 commit into
bootc-dev:mainfrom
jmarrero:docs/reserved-gid-conflict
Sep 14, 2026
Merged

jeckersb merged 1 commit into
bootc-dev:mainfrom
jmarrero:docs/reserved-gid-conflict

Conversation

@jmarrero

Copy link
Copy Markdown
Contributor

A base-image package can reserve a GID a fleet needs for its own group, and the usual groupmod/gpasswd/lgroupadd commands fail confusingly because system groups live in /usr/lib/group (nss-altfiles), not /etc/group -- so people resort to removing the package.

Add two subsections to the users-and-groups guide: how to manage membership of a /usr/lib/group-only group, and how to reassign a reserved GID at build time (a config change, not a package removal), fixing both the altfiles source and the sysusers.d declaration.

Assisted-by: AI

A base-image package can reserve a GID a fleet needs for its own group,
and the usual groupmod/gpasswd/lgroupadd commands fail confusingly
because system groups live in /usr/lib/group (nss-altfiles), not
/etc/group -- so people resort to removing the package.

Add two subsections to the users-and-groups guide: how to manage
membership of a /usr/lib/group-only group, and how to reassign a
reserved GID at build time (a config change, not a package removal),
fixing both the altfiles source and the sysusers.d declaration.

Assisted-by: AI
Signed-off-by: Joseph Marrero Corchado <jmarrero@redhat.com>
@github-actions github-actions Bot added the area/documentation Updates to the documentation label Sep 14, 2026
@bootc-bot
bootc-bot Bot requested a review from cgwalters September 14, 2026 19:03
@jeckersb
jeckersb merged commit 2572033 into bootc-dev:main Sep 14, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/documentation Updates to the documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants