From: Daan De Meyer Date: Thu, 11 Jan 2024 19:26:07 +0000 (+0100) Subject: Populate only using the archlinux keyring X-Git-Tag: v20.1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a4e1276af191e64c57cd3c1ab50271ab3b706c8;p=thirdparty%2Fmkosi.git Populate only using the archlinux keyring Otherwise on Debian and Ubuntu we end up adding the Debian/Ubuntu keyrings as well which is useless and slows down builds. --- diff --git a/mkosi.prepare.chroot b/mkosi.prepare.chroot index a2fbc694b..754015efb 100755 --- a/mkosi.prepare.chroot +++ b/mkosi.prepare.chroot @@ -3,5 +3,5 @@ if [ "$1" = "final" ] && command -v pacman-key; then pacman-key --init - pacman-key --populate + pacman-key --populate archlinux fi diff --git a/mkosi/resources/mkosi-tools/mkosi.prepare.chroot b/mkosi/resources/mkosi-tools/mkosi.prepare.chroot index a2fbc694b..754015efb 100755 --- a/mkosi/resources/mkosi-tools/mkosi.prepare.chroot +++ b/mkosi/resources/mkosi-tools/mkosi.prepare.chroot @@ -3,5 +3,5 @@ if [ "$1" = "final" ] && command -v pacman-key; then pacman-key --init - pacman-key --populate + pacman-key --populate archlinux fi