From ad900a84709bb6c2b751f9d5bed2ce7280c7dc04 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sat, 6 Dec 2014 00:14:11 +0100 Subject: Soup up the config, use the releng profile --- liveusb/airootfs/etc/systemd/system/pacman-init.service | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 liveusb/airootfs/etc/systemd/system/pacman-init.service (limited to 'liveusb/airootfs/etc/systemd/system/pacman-init.service') diff --git a/liveusb/airootfs/etc/systemd/system/pacman-init.service b/liveusb/airootfs/etc/systemd/system/pacman-init.service new file mode 100644 index 0000000..23b8144 --- /dev/null +++ b/liveusb/airootfs/etc/systemd/system/pacman-init.service @@ -0,0 +1,15 @@ +[Unit] +Description=Initializes Pacman keyring +Wants=haveged.service +After=haveged.service +Requires=etc-pacman.d-gnupg.mount +After=etc-pacman.d-gnupg.mount + +[Service] +Type=oneshot +RemainAfterExit=yes +ExecStart=/usr/bin/pacman-key --init +ExecStart=/usr/bin/pacman-key --populate archlinux + +[Install] +WantedBy=multi-user.target -- cgit v1.3.1