From 6d8d98c235b60187cba6b080d5cb18e111a1cc8a Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Sun, 12 Apr 2026 11:34:36 -0700 Subject: [PATCH] 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 Part-of: --- main/postmarketos-duranium/APKBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/main/postmarketos-duranium/APKBUILD b/main/postmarketos-duranium/APKBUILD index c13b130d0..f453fdb0d 100644 --- a/main/postmarketos-duranium/APKBUILD +++ b/main/postmarketos-duranium/APKBUILD @@ -8,6 +8,7 @@ options="!check" # no tests depends=" f0rmz shadow + shadow-subids tar " # x86: f0rmz