index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | nl6720 <nl6720@gmail.com> | 2021-05-11 11:04:19 +0300 |
---|---|---|
committer | nl6720 <nl6720@gmail.com> | 2021-05-12 10:24:35 +0300 |
commit | d0d4fa56cbead6c6d48205f07f38be04edd0e0ec (patch) | |
tree | 10ccdf591dfb32da44b430704b386737a77ce9a6 /configs/releng/airootfs | |
parent | 3678bba89940452048e8b3fa1ddd433d19d4f70f (diff) |
-rw-r--r-- | configs/releng/airootfs/etc/systemd/system/pacman-init.service | 2 |
diff --git a/configs/releng/airootfs/etc/systemd/system/pacman-init.service b/configs/releng/airootfs/etc/systemd/system/pacman-init.service index b442641..f446a80 100644 --- a/configs/releng/airootfs/etc/systemd/system/pacman-init.service +++ b/configs/releng/airootfs/etc/systemd/system/pacman-init.service @@ -10,7 +10,7 @@ After=etc-pacman.d-gnupg.mount 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 |