[Rpm-maint] [rpm-software-management/rpm] Add sysusers.sh script to replace systemd-sysusers (PR #2573)
Florian Festi
notifications at github.com
Tue Jul 25 13:01:58 UTC 2023
@ffesti commented on this pull request.
> +[ -e "$ROOT"/etc/passwd ] || touch "$ROOT"/etc/passwd
+[ -e "$ROOT"/etc/shadow ] || touch "$ROOT"/etc/shadow
+[ -e "$ROOT"/etc/group ] || touch "$ROOT"/etc/group
While I agree `useradd` and `groupadd` just won't work. And we want rpm -q --root to just work without needing to populate the chroot beforehand.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2573#discussion_r1273510258
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/2573/review/1545424534 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20230725/6bcd3f48/attachment.html>
More information about the Rpm-maint
mailing list