summaryrefslogtreecommitdiff
path: root/configs/releng/root-image/etc/rc.d/pacman-init
diff options
context:
space:
mode:
Diffstat (limited to 'configs/releng/root-image/etc/rc.d/pacman-init')
-rwxr-xr-xconfigs/releng/root-image/etc/rc.d/pacman-init2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/releng/root-image/etc/rc.d/pacman-init b/configs/releng/root-image/etc/rc.d/pacman-init
index bbbd719..596fe30 100755
--- a/configs/releng/root-image/etc/rc.d/pacman-init
+++ b/configs/releng/root-image/etc/rc.d/pacman-init
@@ -6,7 +6,7 @@
case "$1" in
start)
stat_busy "Initializing pacman keyring"
- if { pacman-key --init && pacman-key --populate archlinux; } &>/dev/null; then
+ if { pacman-key --init && pacman-key --populate archlinux && pacman-key --populate parabola; } &>/dev/null; then
add_daemon pacman-init
stat_done
else