From ef42d51e785e9448bfac1f6ce765e37507587c1d Mon Sep 17 00:00:00 2001 From: joborun linux Date: Wed, 18 Oct 2023 12:35:02 +0000 Subject: [PATCH] small correction --- install3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install3.md b/install3.md index 2e3cc44..f2931c6 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 /tmp/pac-inst.conf -r /mnt
+# pacman -S 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.