correct again

This commit is contained in:
joborun linux 2023-09-18 10:25:39 +00:00
parent dfbcf71878
commit 6e365f1afd
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ This is necessary for installing pacman to the target in order to use the curren
<pre>
# pacman -Sy pacman --config /tmp/pac-inst.conf -r /mnt
# pacman -Sy jobbot --config /mnt/etc/pacman.conf -r /mnt
# pacman -Sy jobbot --config /tmp/pac-inst.conf -r /mnt
</pre>
** Sysusers should be used in lack of systemd to set user/group IDs for special system users like systemd does. With the use of s6 and 66 obsysusers is a dependency and replaces opensysusers. Basically it is the same script and runs through a pacman hook reading a sysusers.d directory for users settings by any software that require to execute something as a special system user (neither a regular user or root). On the buildbot we have neither runit or s6 nor 66, nothing points to a bootable system, but some software still need sysusers to install properly.