Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sysuers: fix error if running
groupadd
with -f
According to Colin's pointer, this is to fix the error when running `rpm-ostree install libvirt` in container, ``` bash# env RPMOSTREE_EXP_BRIDGE_SYSUSERS=1 rpm-ostree install libvirt ... + test -v RPMOSTREE_EXP_BRIDGE_SYSUSERS + rpm-ostree scriptlet-intercept groupadd -- /sbin/groupadd -f -g 107 -r qemu error: a value is required for '--force <force>' but none was supplied For more information, try '--help'. ```
- Loading branch information