summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2022-06-17 09:06:36 +0300
committernl6720 <nl6720@gmail.com>2022-06-17 09:08:34 +0300
commit7527eacc2253684ba261f3dab09d9748f3f6a7e6 (patch)
tree1b796b5fcbd4e26845f1c86103912c562960d6a8
parent02f8565ab0229d047b81150eae71e388dccdfc3f (diff)
Do not pass a keyring name to pacman-key
If the keyring is not specified, pacman-key will simply use all keyrings from /usr/share/pacman/keyrings/.
-rw-r--r--images/base.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/base.sh b/images/base.sh
index 500eff8..8cfeacb 100644
--- a/images/base.sh
+++ b/images/base.sh
@@ -29,7 +29,7 @@ ConditionFirstBoot=yes
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/pacman-key --init
-ExecStart=/usr/bin/pacman-key --populate archlinux
+ExecStart=/usr/bin/pacman-key --populate
[Install]
WantedBy=multi-user.target