From 95ee025eb914d4e524e5c8ba8f9256f42ab5a67e Mon Sep 17 00:00:00 2001 From: "Gerd v. Egidy" Date: Sun, 18 Dec 2022 22:02:49 +0100 Subject: [PATCH] mask archlinux-keyring-wkd-sync.timer service When it runs it could confuse the pacman key database, which we want to keep in the original release state to make the snapshot config work. --- airootfs/root/customize_airootfs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/airootfs/root/customize_airootfs.sh b/airootfs/root/customize_airootfs.sh index 0d80080..cb43b8b 100755 --- a/airootfs/root/customize_airootfs.sh +++ b/airootfs/root/customize_airootfs.sh @@ -51,6 +51,7 @@ systemctl mask atop-rotate.timer systemctl mask shadow.timer systemctl mask man-db.timer systemctl mask updatedb.timer +systemctl mask archlinux-keyring-wkd-sync.timer # ldconfig ("Rebuild Dynamic Linker Cache") unnecessarily slows down boot some time after the release systemctl mask ldconfig.service