main/postmarketos-duranium: depend on shadow-subids
useradd is run during first boot, and if /etc/sub{uid,gid} exist then
the user is added there. By adding an explicit dependency, we make sure
these files always exist on first boot so that container stuff added
later (e.g. in an extension) will work OOTB.
Signed-off-by: Clayton Craft <craftyguy@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8258>
This commit is contained in:
parent
7674d8b45a
commit
6d8d98c235
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ options="!check" # no tests
|
|||
depends="
|
||||
f0rmz
|
||||
shadow
|
||||
shadow-subids
|
||||
tar
|
||||
"
|
||||
# x86: f0rmz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue