diff --git a/install3.md b/install3.md index ac7b940..2e3cc44 100644 --- a/install3.md +++ b/install3.md @@ -38,7 +38,7 @@ This is necessary for installing pacman to the target in order to use the curren
# 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** 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.