index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2017-08-07 14:47:59 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-08-07 14:47:59 +0200 |
commit | a591f9a5c2d5dec0c106a3bc9308f8753b3286fa (patch) | |
tree | cc14c76ff5b9c71d18f5816e3ff0e79b8980529d /configs/releng/airootfs/etc/systemd/system/pacman-init.service | |
parent | 216a8ab79eecd7efd1eb2abe115841688799da60 (diff) |
-rw-r--r-- | configs/releng/airootfs/etc/systemd/system/pacman-init.service | 1 |
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 |