diff options
author | Erich Eckner <git@eckner.net> | 2017-08-07 14:48:40 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-08-07 14:48:40 +0200 |
commit | f5014d2188fef3ba8feef929eb43b6ecfb2859b7 (patch) | |
tree | b99cae8b3e77ebe58b6a561b88c97c2ca2a552ba /configs | |
parent | 6b293c529146573b241d94a2cbb26ead2eb67530 (diff) | |
download | archiso32-f5014d2188fef3ba8feef929eb43b6ecfb2859b7.tar.xz |
populate keyring with archlinux32, too
Diffstat (limited to 'configs')
-rw-r--r-- | configs/releng/airootfs/etc/systemd/system/pacman-init.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/releng/airootfs/etc/systemd/system/pacman-init.service b/configs/releng/airootfs/etc/systemd/system/pacman-init.service index 23b8144..6bc9aa0 100644 --- a/configs/releng/airootfs/etc/systemd/system/pacman-init.service +++ b/configs/releng/airootfs/etc/systemd/system/pacman-init.service @@ -10,6 +10,7 @@ Type=oneshot RemainAfterExit=yes ExecStart=/usr/bin/pacman-key --init ExecStart=/usr/bin/pacman-key --populate archlinux +ExecStart=/usr/bin/pacman-key --populate archlinux32 [Install] WantedBy=multi-user.target |