Skip to content

Commit 9c606ea

Browse files
committed
build_packages: Document another dep loop
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
1 parent bcde678 commit 9c606ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_packages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ if [[ "${FLAGS_usepkgonly}" -eq "${FLAGS_FALSE}" ]]; then
266266
# lvm2[udev] -> virtual/udev -> systemd[cryptsetup] -> cryptsetup -> lvm2
267267
# lvm2[systemd] -> systemd[cryptsetup] -> cryptsetup -> lvm2
268268
# systemd[cryptsetup] -> cryptsetup[udev] -> virtual/udev -> systemd
269+
# systemd[tpm] -> tpm2-tss -> util-linux[udev] -> virtual/udev -> systemd
269270
# curl[http2] -> nghttp2[systemd] -> systemd[curl] -> curl
270271
# sys-libs/pam[systemd] -> sys-apps/system[pam] -> sys-libs/pam
271272
# not dropping pam from sys-apps/systemd, otherwise we would need

0 commit comments

Comments
 (0)