Skip to content

Commit f94afe5

Browse files
committed
Document early pacman keyring setup.
1 parent d33ff59 commit f94afe5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

mkosi/distribution/arch.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ def keyring(cls, context: Context) -> None:
8282
@classmethod
8383
def setup(cls, context: Context) -> None:
8484
Pacman.setup(context, list(cls.repositories(context)))
85+
# pacman's keyring needs to be initialized and pre-seeded with any drop-in keys prior
86+
# to its first sync, otherwise it'll refuse to continue when using custom repositories
87+
# due to missing signatures.
8588
Pacman.keyring(context)
8689

8790
@classmethod

0 commit comments

Comments
 (0)