From 76f275e993eec849bd7c03dc42504b6214774a85 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 6 Oct 2012 00:24:24 +0200 Subject: Use tmpfs for /etc/pacman.d/gnupg instead of a symlink to /run This fixes FS#31815 Signed-off-by: Pierre Schmitz --- configs/releng/root-image/etc/fstab | 0 .../releng/root-image/etc/systemd/system/etc-pacman.d-gnupg.mount | 8 ++++++++ configs/releng/root-image/etc/systemd/system/pacman-init.service | 2 ++ configs/releng/root-image/etc/tmpfiles.d/pacman-init.conf | 2 -- 4 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 configs/releng/root-image/etc/fstab create mode 100644 configs/releng/root-image/etc/systemd/system/etc-pacman.d-gnupg.mount delete mode 100644 configs/releng/root-image/etc/tmpfiles.d/pacman-init.conf (limited to 'configs/releng') diff --git a/configs/releng/root-image/etc/fstab b/configs/releng/root-image/etc/fstab new file mode 100644 index 0000000..e69de29 diff --git a/configs/releng/root-image/etc/systemd/system/etc-pacman.d-gnupg.mount b/configs/releng/root-image/etc/systemd/system/etc-pacman.d-gnupg.mount new file mode 100644 index 0000000..4eab551 --- /dev/null +++ b/configs/releng/root-image/etc/systemd/system/etc-pacman.d-gnupg.mount @@ -0,0 +1,8 @@ +[Unit] +Description=Temporary /etc/pacman.d/gnupg directory + +[Mount] +What=tmpfs +Where=/etc/pacman.d/gnupg +Type=tmpfs +Options=mode=0755 diff --git a/configs/releng/root-image/etc/systemd/system/pacman-init.service b/configs/releng/root-image/etc/systemd/system/pacman-init.service index 2154476..23b8144 100644 --- a/configs/releng/root-image/etc/systemd/system/pacman-init.service +++ b/configs/releng/root-image/etc/systemd/system/pacman-init.service @@ -2,6 +2,8 @@ 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 diff --git a/configs/releng/root-image/etc/tmpfiles.d/pacman-init.conf b/configs/releng/root-image/etc/tmpfiles.d/pacman-init.conf deleted file mode 100644 index 8f3d6c9..0000000 --- a/configs/releng/root-image/etc/tmpfiles.d/pacman-init.conf +++ /dev/null @@ -1,2 +0,0 @@ -d /run/pacman.d/gnupg - - - - - -L /etc/pacman.d/gnupg - - - - /run/pacman.d/gnupg -- cgit v1.2.2