overlay coreos-base/coreos: Add some group packages

We had those packages in portage-stable, but nothing pulled them
in. These packages add groups that exist in group file in baselayout,
which we would want to get rid of eventually.
This commit is contained in:
Krzesimir Nowak 2025-01-23 12:26:50 +01:00
parent 40c7af75c6
commit b28e80ccc7
2 changed files with 6 additions and 0 deletions

View File

@ -215,3 +215,9 @@ RDEPEND+="
sys-auth/google-oslogin
)
"
# Group and user packages to eventually replace passwd in baselayout.
RDEPEND="${RDEPEND}
acct-group/floppy
acct-group/uucp
"