Skip to content

Commit

Permalink
Update repos/system_upgrade/common/actors/targetuserspacecreator/libr…
Browse files Browse the repository at this point in the history
…aries/userspacegen.py

Co-authored-by: Toshio Kuratomi <[email protected]>
  • Loading branch information
dkubek and abadger authored Nov 9, 2023
1 parent eb46d9c commit a491d39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ def _copy_certificates(context, target_userspace):
# Copy source /etc/pki to the container
_copy_decouple('/etc/pki', target_pki)

# Assertion: no broken symlinks exist in /etc/pki in the container
# Assertion: after running _copy_decouple(), no broken symlinks exist in /etc/pki in the container
# So any broken symlinks created will be by the installed packages.

# Recover installed packages as they always get precedence
Expand Down

0 comments on commit a491d39

Please sign in to comment.