Skip to content

Commit

Permalink
Add sysusers option in treefile
Browse files Browse the repository at this point in the history
  • Loading branch information
HuijingHei committed Oct 30, 2023
1 parent 472c23d commit 037d13b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
10 changes: 1 addition & 9 deletions manifests/fedora-coreos-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,7 @@ ostree-layers:
# Be minimal
recommends: false

ignore-removed-users:
- root
ignore-removed-groups:
- root
etc-group-members:
- wheel
- sudo
- systemd-journal
- adm
sysusers: true

check-passwd:
type: "file"
Expand Down
7 changes: 0 additions & 7 deletions manifests/fedora-coreos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,6 @@ packages:
# Include and set the default editor
- nano nano-default-editor

etc-group-members:
# Add the docker group to /etc/group
# https://github.com/coreos/fedora-coreos-tracker/issues/2
# This will be no longer needed when systemd-sysusers has been implemented:
# https://github.com/projectatomic/rpm-ostree/issues/49
- docker

# ⚠⚠⚠ ONLY TEMPORARY HACKS ALLOWED HERE; ALL ENTRIES NEED TRACKER LINKS ⚠⚠⚠
# See also the version of this in fedora-coreos-base.yaml
postprocess:
Expand Down

0 comments on commit 037d13b

Please sign in to comment.