From 6522d519163cd888b2a799f041a74a7d39cefe51 Mon Sep 17 00:00:00 2001 From: arcolinuxz Date: Fri, 22 Apr 2022 14:45:01 +0200 Subject: [PATCH] update --- .../airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount | 8 -------- archiso/airootfs/etc/systemd/system/pacman-init.service | 2 -- 2 files changed, 10 deletions(-) delete mode 100644 archiso/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount diff --git a/archiso/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount b/archiso/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount deleted file mode 100644 index 4eab551..0000000 --- a/archiso/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount +++ /dev/null @@ -1,8 +0,0 @@ -[Unit] -Description=Temporary /etc/pacman.d/gnupg directory - -[Mount] -What=tmpfs -Where=/etc/pacman.d/gnupg -Type=tmpfs -Options=mode=0755 diff --git a/archiso/airootfs/etc/systemd/system/pacman-init.service b/archiso/airootfs/etc/systemd/system/pacman-init.service index b18f7f8..62dfa4c 100644 --- a/archiso/airootfs/etc/systemd/system/pacman-init.service +++ b/archiso/airootfs/etc/systemd/system/pacman-init.service @@ -1,7 +1,5 @@ [Unit] Description=Initializes Pacman keyring -Requires=etc-pacman.d-gnupg.mount -After=etc-pacman.d-gnupg.mount [Service] Type=oneshot