From 6e365f1afd4a535ba6381ffd37293ea5b7db748f Mon Sep 17 00:00:00 2001 From: joborun linux Date: Mon, 18 Sep 2023 10:25:39 +0000 Subject: [PATCH] correct again --- install3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.