From 988388f07fb8bab554798aba91abc9965090d223 Mon Sep 17 00:00:00 2001 From: Thorsten Töpper Date: Thu, 18 Sep 2025 19:55:55 +0200 Subject: smalldeploy now uefi pxe capable --- .../airootfs/etc/systemd/system/pacman-init.service | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 configs/smalldeploy/airootfs/etc/systemd/system/pacman-init.service (limited to 'configs/smalldeploy/airootfs/etc/systemd/system/pacman-init.service') diff --git a/configs/smalldeploy/airootfs/etc/systemd/system/pacman-init.service b/configs/smalldeploy/airootfs/etc/systemd/system/pacman-init.service new file mode 100644 index 0000000..b824884 --- /dev/null +++ b/configs/smalldeploy/airootfs/etc/systemd/system/pacman-init.service @@ -0,0 +1,15 @@ +[Unit] +Description=Initializes Pacman keyring +Requires=etc-pacman.d-gnupg.mount +After=etc-pacman.d-gnupg.mount time-sync.target +BindsTo=etc-pacman.d-gnupg.mount +Before=archlinux-keyring-wkd-sync.service + +[Service] +Type=oneshot +RemainAfterExit=yes +ExecStart=/usr/bin/pacman-key --init +ExecStart=/usr/bin/pacman-key --populate + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-70-g09d2