correction
This commit is contained in:
parent
0dfdc1920f
commit
dfbcf71878
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ 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 base opensysusers** linux(***) -r /mnt
|
||||
<pre>
|
||||
# pacman -Sy --config /tmp/pac-inst.conf base opensysusers** linux(***) -r /mnt
|
||||
</pre>
|
||||
|
||||
** Sysusers should be used in lack of systemd to set systemd IDs for special 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).
|
||||
|
|
Loading…
Reference in a new issue